kuaidilx.php 441 B

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