summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 31154be..08f55f7 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
-define('PUBLIC_DIR', 'public');
+define('PUBLIC_DIR', __DIR__ . '/public');
require_once __DIR__ . '/vendor/autoload.php';