diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ require_once 'config.php'; +require_once 'dictionary.php'; + + /** * Page class which all "modules" must be extending from */ |