mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix path
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
if (\file_exists(__DIR__ . '/../vendor/autoload.php')) {
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
if (\file_exists(__DIR__ . '/../../vendor/autoload.php')) {
|
||||
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||
}
|
||||
|
||||
\ini_set('memory_limit', '512M');
|
||||
|
||||
Reference in New Issue
Block a user