From d1df67338d58ab66fdd0eaef33966991cbdb342d Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Mon, 28 May 2012 18:53:40 +0100 Subject: [PATCH] ICEcoder & user settings now stored in new file Settings moved from settings.php to this new config.php file This seperates processing from data storage as ICEcoder evolves --- lib/config.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lib/config.php diff --git a/lib/config.php b/lib/config.php new file mode 100644 index 0000000..0e63b95 --- /dev/null +++ b/lib/config.php @@ -0,0 +1,23 @@ +Zipping Open Files","10") + ); +$theme = "default"; +$lastOpenedFiles = ""; +?> \ No newline at end of file