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

📄 lang_overview.php

📁 PHP国外新闻发布系统的下载地址_下载_ASP集中营&lt _TITLE&gt &lt META http
💻 PHP
字号:
<?php
if (!defined('IN_SITE')){
     die('Hacking attempt!');
}
$Lang_Module	= new Lang_Module_Overview;

class Lang_Module_Overview
{
	var $data		= array();

	function Lang_Module_Overview(){
		$this->data['overview']					= 'General Overview';
		$this->data['online_overview']			= 'Administrators Using ACP';
		$this->data['system_overview']			= 'System Overview';
		$this->data['script_name']				= 'Script Name';
		$this->data['server_type']				= 'Server Type';
		$this->data['web_server']				= 'Web Server';
		$this->data['php_version']				= 'PHP Version';
		$this->data['mysql_version']			= 'MySQL Version';
		$this->data['data_overview']			= 'Data Overview';
		$this->data['acp_note']					= 'Administrator Notes';
	}
}

?>

⌨️ 快捷键说明

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