diff options
| -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'; |
![]() |
index : dilbert_rss | |
| [canceled] Bring back the images, read Dilbert in your RSS-Reader. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | index.php | 2 |
@@ -1,6 +1,6 @@ <?php -define('PUBLIC_DIR', 'public'); +define('PUBLIC_DIR', __DIR__ . '/public'); require_once __DIR__ . '/vendor/autoload.php'; |