summaryrefslogtreecommitdiffstats
path: root/app/class/framework.class.php
diff options
context:
space:
mode:
authorM <m@lfurio.us>2015-11-21 20:53:44 -0500
committerM <m@lfurio.us>2015-11-21 20:53:44 -0500
commitc50a6be054db3ddb260585865df8341e1347ad73 (patch)
tree76c4702afd47f2a6eb4b3b3b0b28dce865dfaa16 /app/class/framework.class.php
parent49b19e95939cd38ffc9b2601a2c97ea1ee4d8eb3 (diff)
downloadscrott-c50a6be054db3ddb260585865df8341e1347ad73.tar.gz
scrott-c50a6be054db3ddb260585865df8341e1347ad73.zip
* Framework def file is now condifionally including system-level app configuration
Diffstat (limited to 'app/class/framework.class.php')
-rw-r--r--app/class/framework.class.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/class/framework.class.php b/app/class/framework.class.php
index 452f0c3..e20be7f 100644
--- a/app/class/framework.class.php
+++ b/app/class/framework.class.php
@@ -1,5 +1,9 @@
<?php
+/* Include the Scrott system-level configuration file if it exists */
+is_file("scrott.conf.php") &&
+ require_once "scrott.conf.php";
+
/*
* Global functions / operations and access to contextual or session-based information
*/