filelist.php
来自「BBWPS 宾馆管理系统 php+mysql」· PHP 代码 · 共 29 行
PHP
29 行
<?php
/*
[BBWPS!] (C)2006-2010 小蜜蜂版权所有.
This is NOT a freeware, use is subject to license terms
*/
require_once("../../class/template_class.php");
require_once("../../class/mysql_class.php");
require_once("../../config.php");
require_once("../../config/baseCheckCode.php");
require_once("../../function/checkModuleSession.php");
isLogin("../../$sessionPath/");
require_once("shortcut.list");
define('IN_SELF', 'index');
require_once ("./global.php");
require_once ($T_language);
require_once ($T_function);
$path = urldecode(empty($_GET['path'])?"root":$_GET['path']);
if($path = checkpath($path)){
$currentpath = urlencode($path);
if(strtolower(truepath($path))==strtolower(truepath($T_Recycled,2))){
$ifdelete = 3;
}else{
$ifdelete = 0;
}
require_once($T_setup);
}else{
exit;
}
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?