소스 검색

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) {