diff options
-rw-r--r-- | settings.php | 2 | ||||
-rw-r--r-- | start.php | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/settings.php b/settings.php new file mode 100644 index 000000000..a45d44034 --- /dev/null +++ b/settings.php @@ -0,0 +1,2 @@ +<?php
+?>
\ No newline at end of file @@ -4,6 +4,13 @@ *
*/
+ // setup tidypics settings object
+ global $CONFIG;
+ if (!isset($CONFIG->tidypics))
+ $CONFIG->tidypics = new stdClass;
+ include dirname(__FILE__) . "/settings.php";
+
+
/**
* tidypics plugin initialisation functions.
*/
|