示例#1
0
 public static function login_check_exit()
 {
     $after = Base_AclCommon::is_user();
     if ($after !== self::$logged) {
         if ($after) {
             Base_HomePageCommon::load();
         } else {
             Base_BoxCommon::location(Base_BoxCommon::get_main_module_name());
         }
     }
 }