servertype1lx.php 428 B

1234567891011
  1. <?php
  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();
  8. $nxh=returnxh("yjcode_servertype"," and admin=1 and zt=0");
  9. intotable("yjcode_servertype","bh,admin,sj,xh,zt","'".$bh."',1,'".$sj."',".$nxh.",99");
  10. php_toheader("servertype1.php?bh=".$bh);
  11. ?>