Changeset 2153407
- Timestamp:
- 09/09/2019 10:09:04 AM (7 years ago)
- Location:
- yld-server-information/trunk
- Files:
-
- 3 edited
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
yld-server-info.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yld-server-information/trunk/functions.php
r2153218 r2153407 17 17 'MySQL Version' => yld_get_mysql_version(), 18 18 'PHP Version' => PHP_VERSION, 19 'PHP memory limit' => get_cfg_var('memory_limit'),20 'PHP max upload filesize' => get_cfg_var('upload_max_filesize'),19 'PHP memory limit' => ini_get('memory_limit'), 20 'PHP max upload filesize' => ini_get('upload_max_filesize'), 21 21 'PHP max post size' => ini_get('post_max_size'), 22 22 'PHP max execution time' => ini_get("max_execution_time") . 's', -
yld-server-information/trunk/readme.txt
r2153216 r2153407 6 6 Tested up to: 5.2.3 7 7 Requires PHP: 5.6 8 Stable tag: 1. 18 Stable tag: 1.2 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 26 26 27 27 == Changelog == 28 = 1.1.1 = 29 change get_cfg_var to ini_get 30 28 31 = 1.1 = 29 32 add new feature and donate link … … 32 35 33 36 == Upgrade Notice == 37 = 1.1.1 = 38 change get_cfg_var to ini_get 39 40 = 1.1 = 41 add new feature and donate link 34 42 = 1.0 = 35 The first version .43 The first version 1.0 36 44 37 45 == Screenshots == -
yld-server-information/trunk/yld-server-info.php
r2152970 r2153407 3 3 * Plugin Name: YLD Server Information 4 4 * Description: Show all server information 5 * Version: 1. 15 * Version: 1.2 6 6 * Author: Yinlong 7 7 * Author URI: https://www.linkedin.com/in/yinlong-shao-559605189/
Note: See TracChangeset
for help on using the changeset viewer.