Masterserver: Reenabled error display and utf-8 for frontend

Benedict Etzel 2010-12-09 17:34:56 +01:00
parent 63d223b373
commit d569ebc6d0
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
* @license http://creativecommons.org/licenses/by/3.0/ CC-BY 3.0
*/
//error_reporting(E_NONE); //suppress errors
error_reporting(E_NONE); //suppress errors
header('Content-Type: text/html; charset=utf-8'); //utf-8
require_once('frontend.php');