summaryrefslogtreecommitdiffstats
path: root/app/class/framework.class.php
diff options
context:
space:
mode:
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
*/