From 93726f9bb3d77b99ff6e9fd0bcc0c8fcd51d5cb9 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 22 Jul 2012 17:35:37 +0100 Subject: [PATCH] No need for note now in settings screen Users can now update in settings screen --- lib/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.php b/lib/config.php index e647043..0350b2f 100644 --- a/lib/config.php +++ b/lib/config.php @@ -3,7 +3,7 @@ $ICEcoder = array( "versionNo" => "v 0.7.8", "codeMirrorDir" => "CodeMirror-2.31", "cMThisVer" => 2.31, -"root" => $_SERVER['DOCUMENT_ROOT']."", // set your own root here +"root" => $_SERVER['DOCUMENT_ROOT']."", "tabsIndent" => true, "checkUpdates" => false, "openLastFiles" => true,