summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorus2021-03-15 20:49:28 +0100
committerHorus2021-03-15 20:49:28 +0100
commit268004be9f94c1f87bf41490db48a4bc4240cb28 (patch)
treeda18522c7212900e6882fa03382c9dd8d2eb83c6
parentc3379360a73a8a6a2a71097f5598cf23d8927525 (diff)
downloaddilbert_rss-268004be9f94c1f87bf41490db48a4bc4240cb28.tar.gz
Bugfix
-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';