postoffice.php
来自「sabreipb 2.1.6 utf-8中文版本!」· PHP 代码 · 共 66 行
PHP
66 行
<?php/*+--------------------------------------------------------------------------| Invision Power Board v2.1.5| =============================================| by Matthew Mecham| (c) 2001 - 2005 Invision Power Services, Inc.| | =============================================| Web: | Time: Wed, 01 Mar 2006 19:11:27 GMT| Release: | Licence Info: +---------------------------------------------------------------------------| > $Date: 2006-3-6| > $Revision: 23 $| > $Author: matt $+---------------------------------------------------------------------------|| > POST OFFICE Stuff| > Module written by Matt Mecham| > Date started: 1st April 2004 (April Fools!)|| > Module Version Number: 1.0.0| > DBA Checked: Tue 25th May 2004+--------------------------------------------------------------------------*/if ( ! defined( 'IN_ACP' ) ){ print "<h1>Incorrect access</h1>You cannot access this file directly. If you have recently upgraded, make sure you upgraded 'admin.php'."; exit();}class ad_postoffice{ var $base_url; var $colours = array(); var $root_path = './'; /** * Section title name * * @var string */ var $perm_main = "tools"; /** * Section title name * * @var string */ var $perm_child = "postoffice"; function auto_run() { if ( TRIAL_VERSION ) { print "This feature is disabled in the trial version."; exit(); } $this->ipsclass->admin->nav[] = array( $this->ipsclass->form_code, 'IPB 閭
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?