📄 admin.php
字号:
<?php/* [BBWPS!] (C)2006-2010 小蜜蜂版权所有. This is NOT a freeware, use is subject to license terms*/error_reporting(0);//用来调用,注册授权的校验函数require_once("../function/function.php");require_once("../class/template_class.php");require_once("../config.php");require_once("../class/mysql_class.php");require_once("../function/checkBaseSession.php");require_once("../config/baseCheckCode.php");require_once("../lang/$configlang");include_once("../data/module.php");include_once("./data/systembank.php");checkBaseSession("../$session/");$_SESSION = getBBWPSSession("../$session/");$popedom = $_SESSION['BBWPS_BASE_POPEDOM'];$bbwps_admin_username=$_SESSION['BBWPS_BASE_USERNAME'];//----------------------------------------------//构造平台退出程序的绝对路径//----------------------------------------------$basePath = "http://".$host.$installPath."/release.php";if(md5("BBWPS_MODULE_ALL")==$popedom){ $modName=$_GET["mod"]; $file =$_GET["f"]; $control=$_GET["c"];}else{ $modName="member"; $file ="editadminpw";}$para="mod=$modName&f=$file";include_once("./module/".$modName."/".$file.".php");function CheckRequire(){}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -