diff --git a/public/index.php b/public/index.php index c87b14a26e..6c0dfd59c2 100644 --- a/public/index.php +++ b/public/index.php @@ -15,9 +15,4 @@ ini_set('display_errors', 0); // ini_set('display_startup_errors', 1); // error_reporting(E_ALL); -$path = (isset($_GET['q'])) ? explode('/', $_GET['q']) : []; - -array_shift($path); -$version = array_shift($path); - include __DIR__ . '/../app/app.php';