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