芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/vendor/facade/ignition/src/Http/Controllers/ScriptController.php
script])) { abort(404, 'Script not found'); } return response( file_get_contents( Ignition::scripts()[$request->script] ), 200, ['Content-Type' => 'application/javascript'] ); } }