Removed mb_internal_encoding and timezone set calls.

This commit is contained in:
flash 2025-03-21 20:01:06 +00:00
parent 1c730996fc
commit 8d320f6b54
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E

View file

@ -10,5 +10,3 @@ define('RYK_DIR_PUB', RYK_ROOT . '/public');
require_once RYK_ROOT . '/vendor/autoload.php';
error_reporting(RYK_DEBUG ? -1 : 0);
mb_internal_encoding('UTF-8');
date_default_timezone_set('GMT');