We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746e492 commit 1673217Copy full SHA for 1673217
bootstrap.php
100644
100755
@@ -1,7 +1,7 @@
1
<?php
2
3
define('APP_PATH', realpath($_SERVER['DOCUMENT_ROOT'] . '/'));
4
-define('VENDOR_PATH', realpath(APP_PATH . '/vendor/'));
+define('VENDOR_PATH', realpath(APP_PATH . 'vendor/'));
5
6
7
-require_once VENDOR_PATH . '/autoload.php';
+require_once VENDOR_PATH . 'autoload.php';
0 commit comments