mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Removed path and version global vars
This commit is contained in:
parent
e088140ff5
commit
68b073c02a
1 changed files with 0 additions and 5 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue