Home > php教程 > php手册 > BOOM 网站宝贝 2.0(PHP版的资源管理器)

BOOM 网站宝贝 2.0(PHP版的资源管理器)

WBOY
Release: 2016-06-06 19:56:40
Original
3044 people have browsed it

?php /* =====================《BOOM 网站宝贝 2.0》 基本配置 =================== */ //--程序使用方式:0为不用登陆即可使用;1为要输入管理员密码才能使用。 $set[mode]=0; //--管理员密码:这里设置的密码是经过MD5加密的字符串,而不是明码。 $set[pa

/* =====================《BOOM 网站宝贝 2.0》 基本配置 =================== */

 //--程序使用方式:"0"为不用登陆即可使用;"1"为要输入管理员密码才能使用。
 $set[mode]="0";

 //--管理员密码:这里设置的密码是经过MD5加密的字符串,而不是明码。
 $set[password]="409fdb9a2ae22771f9926c98fc54ee18";

/* ============================  配置结束 ================================ */


if($_GET[dir]!=""){  $dir=$_GET[dir];}
elseif($_POST[dir]!=""){ $dir=$_POST[dir];}
else{ $dir="./";}

$style_head="


→┆BOOM网站宝贝 v2.0┆ {title}←

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template