Plugin Directory

Changeset 2153407


Ignore:
Timestamp:
09/09/2019 10:09:04 AM (7 years ago)
Author:
devparis
Message:

change get_cfg_var to ini_get

Location:
yld-server-information/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • yld-server-information/trunk/functions.php

    r2153218 r2153407  
    1717        'MySQL Version' => yld_get_mysql_version(),
    1818        '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'),
    2121        'PHP max post size' => ini_get('post_max_size'),
    2222        'PHP max execution time' => ini_get("max_execution_time") . 's',
  • yld-server-information/trunk/readme.txt

    r2153216 r2153407  
    66Tested up to: 5.2.3
    77Requires PHP: 5.6
    8 Stable tag: 1.1
     8Stable tag: 1.2
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626
    2727== Changelog ==
     28= 1.1.1 =
     29change get_cfg_var to ini_get
     30
    2831= 1.1 =
    2932add new feature and donate link
     
    3235
    3336== Upgrade Notice ==
     37= 1.1.1 =
     38change get_cfg_var to ini_get
     39
     40= 1.1 =
     41add new feature and donate link
    3442= 1.0 =
    35 The first version.
     43The first version 1.0
    3644
    3745== Screenshots ==
  • yld-server-information/trunk/yld-server-info.php

    r2152970 r2153407  
    33 * Plugin Name: YLD Server Information
    44 * Description: Show all server information
    5  * Version:     1.1
     5 * Version:     1.2
    66 * Author:      Yinlong
    77 * Author URI:  https://www.linkedin.com/in/yinlong-shao-559605189/
Note: See TracChangeset for help on using the changeset viewer.