userdjlx.php 409 B

123456789101112
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. AdminSes_audit();
  5. if(!strstr($adminqx,",0,") && !strstr($adminqx,",0301,")){Audit_alert("ȨÏÞ²»¹»","default.php");}
  6. $sj=date("Y-m-d H:i:s");
  7. $bh=time()."d".rnd_num(100);
  8. $xh=returnxh("yjcode_userdj"," and zt=0");
  9. intotable("yjcode_userdj","bh,xh,sj,zt","'".$bh."',".$xh.",'".$sj."',99");
  10. php_toheader("userdj.php?bh=".$bh);
  11. ?>