mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Locale für Zahlen korrigiert damit Komma als Punkt dargestellt werden
This commit is contained in:
@@ -11,6 +11,7 @@ error_reporting(E_ALL);
|
||||
mb_internal_encoding("UTF-8");
|
||||
mb_regex_encoding("UTF-8");
|
||||
setlocale (LC_ALL, 'de_AT.utf8');
|
||||
setlocale (LC_NUMERIC, 'C');
|
||||
|
||||
// Zeitzone
|
||||
date_default_timezone_set('Europe/Vienna');
|
||||
|
||||
Reference in New Issue
Block a user