📄 00_pass.php
字号:
<?php
include("../config.php");
include("../function.php");
$sql="select * from $table_auth where account='".$account."'";
mysql_pconnect($host,$user,$password)||die("can not link mysql");
($result=mysql_db_query($db,$sql))||die("can not run sql");
$row=mysql_fetch_array($result);
if($row[account]){
if($row[passwd]!=$passwd){
$err="盞絏岿粇
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -