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

@@ -26,7 +26,8 @@
*/
//add multi-lingual support
require_once "app_languages.php";
unset($text);
require "app_languages.php";
foreach($text as $key => $value) {
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}