mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Moved public data to public_html/
This is going to improve caching.
This commit is contained in:
@ -2,5 +2,6 @@
|
||||
$start = microtime(true);
|
||||
|
||||
require_once(__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR . 'AutoLoader.php');
|
||||
$httpHelper = \Szurubooru\Injector::get(\Szurubooru\Helpers\HttpHelper::class);
|
||||
$dispatcher = \Szurubooru\Injector::get(\Szurubooru\Dispatcher::class);
|
||||
$dispatcher->run();
|
||||
$dispatcher->run($httpHelper->getRequestMethod(), $_GET['q']);
|
||||
|
Reference in New Issue
Block a user