/
home
/
old_henza
/
server
/
vendor
/
bin
/
File Upload :
llllll
Current File: /home/old_henza/server/vendor/bin/carbon
#!/usr/bin/env php <?php $dir = __DIR__.'/..'; if (!file_exists($dir.'/autoload.php')) { $dir = __DIR__.'/../vendor'; } if (!file_exists($dir.'/autoload.php')) { $dir = __DIR__.'/../../..'; } if (!file_exists($dir.'/autoload.php')) { echo 'Autoload not found.'; exit(1); } require $dir.'/autoload.php'; exit((new \Carbon\Cli\Invoker())(...$argv) ? 0 : 1);
Copyright ©2k19 -
Hexid
|
Tex7ure