示例#1
0
 public function API_seccode()
 {
     @header("Expires: -1");
     @header("Cache-Control: no-store, private, post-check=0, pre-check=0, max-age=0", FALSE);
     @header("Pragma: no-cache");
     iPHP::loadClass("Seccode");
     $_GET['pre'] && ($pre = iS::escapeStr($_GET['pre']));
     iSeccode::run($pre);
 }
示例#2
0
 public static function get_seccode()
 {
     iPHP::loadClass("Seccode");
     iSeccode::run('iACP');
     exit;
 }
示例#3
0
 public function API_seccode()
 {
     iPHP::loadClass("Seccode");
     $_GET['pre'] && ($pre = iS::escapeStr($_GET['pre']));
     iSeccode::run($pre);
 }