Exemplo n.º 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);
 }
Exemplo n.º 2
0
 public static function get_seccode()
 {
     iPHP::loadClass("Seccode");
     iSeccode::run('iACP');
     exit;
 }
Exemplo n.º 3
0
 public function API_seccode()
 {
     iPHP::loadClass("Seccode");
     $_GET['pre'] && ($pre = iS::escapeStr($_GET['pre']));
     iSeccode::run($pre);
 }