91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

CodeInterger中hook 應用場景

發布時間:2020-07-11 17:34:05 來源:網絡 閱讀:454 作者:zhaozhiliang521 欄目:web開發
  1. 用于后臺登錄驗證 

    post_controller_constructor


<?php

class Auth {
   
   private $CI;
   private $loginUri = 'welcome/login';
   private $loginAuth = FALSE;
   private $sessId = null;
   
   public function __construct(){
      $this->CI = &get_instance();
      $this->CI->load->helper('url');
      $this->initSession();
      $this->setLoginAuth();
   }
   
   
   public function initSession(){
      if(session_status()===1){
         session_name(SESS_NAME);
         if($this->sessId!==null){
            session_id($this->sessId);
         }
         $lifeTime = 24 * 3600; 
         session_set_cookie_params($lifeTime); 
         session_start();
      }
   }
   
   public function setLoginAuth(){
      if(!empty($_SESSION['admin_user_id'])){
         $this->loginAuth = TRUE;
      }
   }
   
   public function chkLoginAuth(){
      if(!$this->loginAuth && !in_array(uri_string(),array('login', 'login/ajaxsub'))){
         redirect($this->loginUri);
      }
      return TRUE;
   }
}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

文昌市| 望谟县| 盐亭县| 莎车县| 大厂| 龙里县| 江西省| 轮台县| 望江县| 陕西省| 博客| 临清市| 浪卡子县| 鄂尔多斯市| 平武县| 黄龙县| 玛曲县| 灵石县| 绥化市| 镶黄旗| 新民市| 探索| 高台县| 那曲县| 桐柏县| 甘南县| 图们市| 庐江县| 达尔| 宿州市| 台北市| 南阳市| 汽车| 新蔡县| 西宁市| 岳西县| 岑溪市| 乐平市| 莱芜市| 丘北县| 南和县|