diff options
Diffstat (limited to 'controllers/config.php')
-rw-r--r-- | controllers/config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controllers/config.php b/controllers/config.php index 064fa06d..c4880b4a 100644 --- a/controllers/config.php +++ b/controllers/config.php @@ -2,6 +2,8 @@ namespace Controller; +require_once __DIR__.'/Base.php'; + class Config extends Base { // Settings page |