From 436630b5c8201fc0ca4e2a0f62f562c8c50b4cd7 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 20 Jul 2012 17:48:17 +0100 Subject: [PATCH] Now using CodeMirror 2.31 & new root setting Upgraded Codemirror from 2.3 to 2.31 New setting in ICEcoder array, root which defines the tree root --- lib/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/config.php b/lib/config.php index a81c9e4..e647043 100644 --- a/lib/config.php +++ b/lib/config.php @@ -1,8 +1,9 @@ "v 0.7.8", -"codeMirrorDir" => "CodeMirror-2.3", -"cMThisVer" => 2.3, +"codeMirrorDir" => "CodeMirror-2.31", +"cMThisVer" => 2.31, +"root" => $_SERVER['DOCUMENT_ROOT']."", // set your own root here "tabsIndent" => true, "checkUpdates" => false, "openLastFiles" => true,