Update index.php

This commit is contained in:
Namhyeon Go 2018-02-09 20:22:05 +09:00 committed by GitHub
parent 1a1b6209c5
commit 438eab76e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ foreach($load_systems as $system_name) {
$default_timezone = array_key_empty("timezone", $config) ? $config['timezone'] : "UTC";
date_default_timezone_set($default_timezone);
// start session (enable $_SESSON)
// start session (enable $_SESSION)
session_start();
// route controller