aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/Bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/Bootstrap.php')
-rw-r--r--bootstrap/Bootstrap.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/bootstrap/Bootstrap.php b/bootstrap/Bootstrap.php
index c91edd8..665bdc6 100644
--- a/bootstrap/Bootstrap.php
+++ b/bootstrap/Bootstrap.php
@@ -3,9 +3,6 @@
/* composer autoloader */
require '../vendor/autoload.php';
-/* app functions */
-require '../app/Functions.php';
-
/* source config file */
$config = include '../AppConfig.php';