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

📄 admin.php

📁 在传统CMS文章内容管理功能基础上
💻 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 + -