浏览代码

Add the text class to more of the applications.

Mark Crane 10 年之前
父节点
当前提交
8e96ece83a
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. 2 5
      exec.php

+ 2 - 5
exec.php

@@ -36,11 +36,8 @@ else {
 }
 
 //add multi-lingual support
-	require_once "app_languages.php";
-	foreach($text as $key => $value) {
-		$text[$key] = $value[$_SESSION['domain']['language']['code']];
-	}
-
+	$language = new text;
+	$text = $language->get();
 
 //get the html values and set them as variables
 	if (count($_POST)>0) {