From fc655629827c57cfccf96e7568a183c058bf72b0 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 18 Jan 2013 18:34:48 +0800 Subject: [PATCH] I18n.php --- I18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/I18n.php b/I18n.php index 403b29e0..6168fb93 100644 --- a/I18n.php +++ b/I18n.php @@ -193,8 +193,8 @@ class Pman_Core_I18n extends Pman $ar[$lang]['m'] = $i->toTransList('m', $rlang); } //echo '
';print_r($ar);
-        header('Content-type: text/javascript');
-        echo 'Pman.I18n.Data = ' .  json_encode($ar);
+//        header('Content-type: text/javascript');
+//        echo 'Pman.I18n.Data = ' .  json_encode($ar);
         exit;
         
         
-- 
2.39.2