shell bypass 403
UnknownSec Shell
: /home/bouloter/public_html/__MACOSX/vendor/akaunting/laravel-setting/tests/functional/ [ drwxr-xr-x ]
<?php class JsonTest extends AbstractFunctionalTest { protected function createStore(array $data = null) { $path = dirname(__DIR__) . '/tmp/store.json'; if ($data !== null) { if ($data) { $json = json_encode($data); } else { $json = '{}'; } file_put_contents($path, $json); } return new \Akaunting\Setting\Drivers\Json( new \Illuminate\Filesystem\Filesystem(), $path ); } public function tearDown() { $path = dirname(__DIR__) . '/tmp/store.json'; unlink($path); } }