Ignore:
Timestamp:
2014/05/27 12:11:39 (10 years ago)
Author:
pineray
Message:

#2481 管理者にログインしていない場合にadmin=onにすると管理画面が表示されてしまう不具合を修正.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/util/SC_Utils.php

    r23439 r23447  
    175175    } 
    176176 
    177     /* 認証の可否判定 */ 
    178     public function sfIsSuccess($objSess, $disp_error = true) 
     177    /** 
     178     * 認証の可否判定 
     179     * 
     180     * @param SC_Session $objSess 
     181     * @param bool $disp_error 
     182     * @return bool 
     183     */ 
     184    public static function sfIsSuccess(SC_Session $objSess, $disp_error = true) 
    179185    { 
    180186        $ret = $objSess->IsSuccess(); 
Note: See TracChangeset for help on using the changeset viewer.