mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Removed path and version global vars
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user