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

📄 summarystatsconstants.class.php

📁 一个用PHP编写的
💻 PHP
字号:
<?php
	/**
	 * maximum number of items that will be shown per page in the summary
	 */
	define( "SUMMARY_DEFAULT_ITEMS_PER_PAGE", 25 );
	define( "SUMMARY_DEFAULT_PAGE_SHOW_MAX", 15 );
	define( "ALL_GLOBAL_ARTICLE_CATEGORIES", 0 );
	
	/**
	 * By default show posts from the last 30 days, but please edit this constant
 	 * should you wish to display older data. Just bear in mind that the bigger this
 	 * figure, the bigger the performance hit on your database will be.
	 */
	define( "SUMMARY_DEFAULT_TIME_FENCE", 30 );
?>

⌨️ 快捷键说明

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