summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
index e6a0f6a..0909780 100644
--- a/public/index.php
+++ b/public/index.php
@@ -13,6 +13,7 @@ $app = new \Slim\Slim(array(
require 'controllers/auth.php';
require 'controllers/controllers.php';
+require 'controllers/static.php';
require 'controllers/editor.php';
require 'controllers/hooks.php';