diff --git a/lib/settings-screen.php b/lib/settings-screen.php index abbcdb1..36f3885 100644 --- a/lib/settings-screen.php +++ b/lib/settings-screen.php @@ -45,8 +45,8 @@ for ($i=0;$i

- doc root:
- + file manager root:
+



ICE coder by Matt Pass (@mattpass)

@@ -129,7 +129,7 @@ theme
>default '.$themeArray[$i].''.PHP_EOL; } ?> @@ -163,7 +163,7 @@ var editor = CodeMirror.fromTextArea(document.getElementById("code"), { indentUnit: top.tabWidth, tabSize: top.tabWidth, mode: "javascript", - theme: "" + theme: "" }); var input = document.getElementById("select");