From 6df7256a9873a8ba6878d6bf7fb0e1bb31165fb0 Mon Sep 17 00:00:00 2001 From: Fred <23246457+fredtempez@users.noreply.github.com> Date: Mon, 19 Oct 2020 20:48:18 +0200 Subject: [PATCH] Update index.php --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 4374aae8..4525c15d 100644 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ if(version_compare(PHP_VERSION, '5.6.0', '<')) { exit('PHP 5.6+ required.'); } -/* Set locale to French */ +/* Localisation */ date_default_timezone_set('Europe/Paris'); setlocale (LC_ALL, 'fr_FR.utf8','fra'); @@ -37,4 +37,4 @@ autoload::autoloader(); require 'core/core.php'; $core = new core; spl_autoload_register('core::autoload'); -echo $core->router(); \ No newline at end of file +echo $core->router();