diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ <?php -define('PUBLIC_DIR', 'public'); +define('PUBLIC_DIR', __DIR__ . '/public'); require_once __DIR__ . '/vendor/autoload.php'; |
