From: Chris Date: Fri, 18 Jan 2013 10:34:48 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=fc655629827c57cfccf96e7568a183c058bf72b0 I18n.php --- 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;