diff options
Diffstat (limited to 'views/global/router.php')
| -rw-r--r-- | views/global/router.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/global/router.php b/views/global/router.php index ab3a0be..894af6b 100644 --- a/views/global/router.php +++ b/views/global/router.php @@ -1,5 +1,7 @@ <?php +include __DIR__ . '/../../constants.php'; + $VIEWS_DIR = __DIR__ . '/..'; $CONTROLLERS_DIR = __DIR__ . '/../../controllers'; $MODELS_DIR = __DIR__ . '/../../models'; |
