| 12345678910 |
- <?php
- include("../config/conn.php");
- include("../config/function.php");
- AdminSes_audit();
- if(!strstr($adminqx,",0,") && !strstr($adminqx,",0701,")){Audit_alert("ȨÏÞ²»¹»","default.php");}
- $sql="select id,uid,pwd from yjcode_user where uid='".$_GET[uid]."'";mysql_query("SET NAMES 'GBK'");$res=mysql_query($sql,$conn);$row=mysql_fetch_array($res);
- $_SESSION["SHOPUSER"]=$row[uid];
- $_SESSION["SHOPUSERPWD"]=$row[pwd];
- php_toheader("../user/");
- ?>
|