mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Remove utf-8 header() since charset is defined in header.php html
This commit is contained in:
parent
12ff3aad62
commit
e18c77dfd6
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user