aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3e770fe..425f8e9 100644
--- a/index.php
+++ b/index.php
@@ -2,8 +2,9 @@
namespace AugustOffensive;
-include 'private/view/Result.php';
include 'private/model/Connection.php';
+include 'private/view/Result.php';
+include 'private/controller/Controller.php';
use AugustOffensive\view;
use AugustOffensive\model;