summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.php b/app/index.php
index 5f2d9f4..854df0b 100644
--- a/app/index.php
+++ b/app/index.php
@@ -1,6 +1,6 @@
<?php
-include_once "controller/root.control.php";
+require_once "controller/root.control.php";
/*
* Entry-point to app. Grab the requested path and pass it to the root app controller.