adm_footer.tpl.php

来自「创建虚拟磁盘。用户可以创建磁盘」· PHP 代码 · 共 28 行

PHP
28
字号
<?php 
// This is PHPDISK auto-generated file. Do NOT modify me.

if(!defined('IN_PHPDISK'))
	exit('[PHPDisk] Access Denied');
?>
<?php 
##
#	Project: PHPDisk
#	This is NOT a freeware, use is subject to license terms.
#
#	Site: http://www.phpdisk.com
#
#	$Id: adm_footer.tpl.php 247 2009-03-09 17:27:53Z along $
#
#	Copyright (C) 2008-2009 PHPDisk Team. All Rights Reserved.
#
##
 ?>
<br/><br/>
<div style="border-bottom:1px #ccc solid">&nbsp;</div>
<br/>
<div align="center" class="f10"><?=$pageinfo?></div>
<div align="center" class="f10">Powered by <a href="http://www.phpdisk.com/" target="_blank">PHPDisk Team</a> <?=PHPDISK_VERSION?> &copy; 2008-<?=NOW_YEAR?> All Rights Reserved.</div>
<br/><br/><br/>	
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?