summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app.php b/app.php
index cde972d..f9af82c 100644
--- a/app.php
+++ b/app.php
@@ -3,9 +3,9 @@
ini_set('display_errors', 1);
error_reporting(E_ALL);
-define('ROOT_DIR', __DIR__ . '/../');
-define('HTML_DIR', __DIR__ . '/../html/');
-define('PHP_DIR', __DIR__ . '/../php/');
+define('ROOT_DIR', __DIR__ . '/');
+define('HTML_DIR', __DIR__ . '/html/');
+define('PHP_DIR', __DIR__ . '/php/');
require_once PHP_DIR . 'templates.php';