Add capability to the editor to work with grammar, script, php, xml, and provsion directories.

This commit is contained in:
Mark Crane
2013-05-25 16:19:40 +00:00
parent c15e4dd19d
commit 96b6a1c090
7 changed files with 183 additions and 23 deletions

View File

@@ -41,6 +41,9 @@ else {
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}
//set the directory
$_SESSION["app"]["edit"]["dir"] = $_GET["dir"];
echo "<html>\n";
echo "<head>\n";
echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n";