This commit is contained in:
Damodar Lohani
2025-02-18 02:59:57 +00:00
parent e2f5267109
commit e5f41958ed
+2 -2
View File
@@ -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');