示例#1
0
 function __construct($mode = 'deny', $error_url = false)
 {
     $this->mode = $mode;
     self::$error_url = $error_url;
 }