⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adminlogin_ac.php

📁 没用的东西? 国外php免费程序,相册 留言板 等
💻 PHP
字号:
<?php
global $_BACKEND;
$cate=isset($_REQUEST['cate'])?$_REQUEST['cate']:'';
if($cate=='go'){
	$superName=p('loginName');
	$superPwd=p('loginPwd');
	
	$sql="select * from administrator where aName='$superName' and aPwd='".md5($superPwd)."'";
	if($superLogin=$this->db->get_one($sql)){
		$_SESSION['superAdmin']=$superLogin['aName'];
		header("location:$_BACKEND");exit;
	}
	else{
		$this->set('msg','UserName or Password is incrrect.');
	}
}
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -