mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-08-21 12:12:24 +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 {
|
class Page {
|
||||||
public function __construct($name, $header = true) {
|
public function __construct($name, $header = true) {
|
||||||
header('Content-Type: text/html; charset=UTF-8');
|
|
||||||
// ini_set('mbstring.internal_encoding', 'UTF-8');
|
// ini_set('mbstring.internal_encoding', 'UTF-8');
|
||||||
ini_set('default_charset', 'utf-8');
|
ini_set('default_charset', 'utf-8');
|
||||||
require_once './inc/settings.php';
|
require_once './inc/settings.php';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user