Remove utf-8 header() since charset is defined in header.php html

This commit is contained in:
ruan 2017-03-29 12:02:00 +02:00
parent 12ff3aad62
commit e18c77dfd6
No known key found for this signature in database
GPG Key ID: 062534EE618F498C

View File

@ -2,7 +2,6 @@
class Page {
public function __construct($name, $header = true) {
header('Content-Type: text/html; charset=UTF-8');
// ini_set('mbstring.internal_encoding', 'UTF-8');
ini_set('default_charset', 'utf-8');
require_once './inc/settings.php';