functions.php

来自「sabreipb 2.1.6 utf-8中文版本!」· PHP 代码 · 共 50 行

PHP
50
字号
<?php/*+--------------------------------------------------------------------------|   Invision Power Board v2.1.6|   ========================================|   by Matthew Mecham|   (c) 2001 - 2004 Invision Power Services|   http://www.invisionpower.com|   ========================================|   Web: http://www.invisionboard.com|   Time: Thu, 04 May 2006 17:39:49 GMT|   Release: b415613eeb952a2741ff6d53e0266428|   Email: matt@invisionpower.com|   Licence Info: http://www.invisionboard.com/?license+---------------------------------------------------------------------------||   > IPB UPGRADE LOADER|   > Script written by Matt Mecham|   > Date started: 21st April 2004|   > Interesting fact: Radiohead rock (still)+--------------------------------------------------------------------------*/if ( ! defined( 'IN_IPB' ) ){	print "<h1>Incorrect access</h1>You cannot access this file directly. If you have recently upgraded, make sure you upgraded all the relevant files.";	exit();}class core_functions{	/*-------------------------------------------------------------------------*/	// CONSTRUCTOR	/*-------------------------------------------------------------------------*/		function core_functions()	{		}		/*-------------------------------------------------------------------------*/	// FINISH _EVERYTHING_	/*-------------------------------------------------------------------------*/		function upgrade_complete()	{		$this->ipsclass->template->content .= "			<div class='tableborder'>			 <div class='maintitle'>IPB 鍗囩骇瀹屾瘯锛

⌨️ 快捷键说明

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