mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
refactor: Exporting global
This commit is contained in:
parent
b884059ecd
commit
ff1d4219e3
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ ini_set('display_startup_errors', 1);
|
|||
ini_set('default_socket_timeout', -1);
|
||||
error_reporting(E_ALL);
|
||||
|
||||
global $http, $container;
|
||||
global $http, $container, $global;
|
||||
|
||||
Http::setMode(System::getEnv('_APP_ENV', Http::MODE_TYPE_PRODUCTION));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue