Update: 2026-06-24 16:08:47
This commit is contained in:
@@ -51,6 +51,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'OPTIONS') {
|
||||
|
||||
// 2. Autoload
|
||||
$vendorPath = realpath(__DIR__ . '/../../vendor/autoload.php');
|
||||
if (!$vendorPath) {
|
||||
$vendorPath = realpath(__DIR__ . '/../vendor/autoload.php');
|
||||
}
|
||||
if ($vendorPath) require_once $vendorPath;
|
||||
|
||||
// 3. Helpers & Env
|
||||
|
||||
Reference in New Issue
Block a user