aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2017-06-23 19:46:08 -0400
committerKevin J Hoerr <kjhoerr@protonmail.com>2017-06-23 19:46:08 -0400
commit92a7e43b7d4792cdb54eceefd3256324a8eca458 (patch)
treec224be987667d14f54b5794181e53b216f970e07 /index.php
parent92465af465886f14f22bb60dd974a93baa9c5322 (diff)
downloadaugust-offensive-92a7e43b7d4792cdb54eceefd3256324a8eca458.tar.gz
august-offensive-92a7e43b7d4792cdb54eceefd3256324a8eca458.tar.bz2
august-offensive-92a7e43b7d4792cdb54eceefd3256324a8eca458.zip
Fix compilation errors, return JSON from view\Result->Collect()
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;