* use helper::removeUTF8Bom() instead.

This commit is contained in:
wwccss
2013-07-17 20:13:15 +08:00
parent 8a1ace8f3c
commit cbedc2b30e
+1 -1
View File
@@ -49,4 +49,4 @@ $common->checkPriv();
$app->loadModule();
/* Flush the buffer. */
echo removeUTF8Bom(ob_get_clean());
echo helper::removeUTF8Bom(ob_get_clean());