Session을 autoload에 포함

This commit is contained in:
2018-03-24 19:01:13 +09:00
parent 037a29ad02
commit 4bcdf8b208
12 changed files with 46 additions and 36 deletions
+1 -2
View File
@@ -2,9 +2,8 @@
namespace sammo;
require_once('_common.php');
require_once(ROOT.'/f_func/class._Session.php');
$SESSION = new _Session();
$SESSION = new Session();
if(!$SESSION->isLoggedIn()) {
header ("Location: ".ROOT);