Other various changes
This commit is contained in:
@ -2,6 +2,11 @@
|
||||
|
||||
use App\Kernel;
|
||||
|
||||
if (preg_match("/js\/data\.json$/", $_SERVER['REQUEST_URI'])) {
|
||||
print file_get_contents('js/data.json');
|
||||
exit;
|
||||
}
|
||||
|
||||
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
|
||||
|
||||
return function (array $context) {
|
||||
|
Reference in New Issue
Block a user