예제 #1
0
파일: Cfg.php 프로젝트: raxisau/JackBooted
 private static function setUpSession()
 {
     Login::initSession();
     // See if we can log the user in
     if (!Login::loadPreferencesFromCookies()) {
         if (G::isLoggedIn()) {
             Login::logOut();
         }
     }
 }