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

📄 filelist.php

📁 BBWPS 宾馆管理系统 php+mysql
💻 PHP
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -