Plugin Directory

Timestamp:
06/19/2023 02:16:32 PM (13 months ago)
Author:
joanrodas
Message:

Update to version 1.0.1 from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asin-smart-links/trunk/vendor/bin/carbon

    r2911530 r2928016  
    113113        || (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
    114114    ) {
    115         include("phpvfscomposer://" . __DIR__ . '/..'.'/nesbot/carbon/bin/carbon');
    116         exit(0);
     115        return include("phpvfscomposer://" . __DIR__ . '/..'.'/nesbot/carbon/bin/carbon');
    117116    }
    118117}
    119118
    120 include __DIR__ . '/..'.'/nesbot/carbon/bin/carbon';
     119include __DIR__ . '/..'.'/nesbot/carbon/bin/carbon';
Note: See TracChangeset for help on using the changeset viewer.