Add capability to the editor to work with grammar, script, php, xml, and provsion directories.
This commit is contained in:
+2
-1
@@ -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']];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user