summaryrefslogtreecommitdiffstats
path: root/app/index.php
diff options
context:
space:
mode:
authorM <m@lfurio.us>2015-11-21 16:51:52 -0500
committerM <m@lfurio.us>2015-11-21 16:51:52 -0500
commitdbba1012ca163a9e9117ff3f6c2a7ca984b4dc4c (patch)
tree4a84527be40a1aa2cef1d83b6976168d2bef5ce1 /app/index.php
parent2f353e89409420b875afefd7b412c17996c32045 (diff)
downloadscrott-dbba1012ca163a9e9117ff3f6c2a7ca984b4dc4c.tar.gz
scrott-dbba1012ca163a9e9117ff3f6c2a7ca984b4dc4c.zip
* Now using require in favor of include throughout PHP in the app
Diffstat (limited to '')
-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.