Update index.php

This commit is contained in:
Fred 2020-10-19 20:48:18 +02:00 committed by GitHub
parent fd02c81190
commit 6df7256a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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();
echo $core->router();