jubaotypelx.php 463 B

12345678910111213
  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=returnbh();
  8. $nxh=returnxh("yjcode_jubaotype"," and zt<>99");
  9. deletetable("yjcode_jubaotype where zt=99");
  10. intotable("yjcode_jubaotype","bh,sj,xh,admin,zt","'".$bh."','".$sj."',".$nxh.",1,99");
  11. php_toheader("jubaotype.php?bh=".$bh);
  12. ?>