From dbba1012ca163a9e9117ff3f6c2a7ca984b4dc4c Mon Sep 17 00:00:00 2001
From: M <m@lfurio.us>
Date: Sat, 21 Nov 2015 16:51:52 -0500
Subject: * Now using require in favor of include throughout PHP in the app

---
 app/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'app')

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.
-- 
cgit v1.2.3