| Elgg
    Version 6.3
    | 
Go to the source code of this file.
| Variables | |
| $php_log = ini_get('error_log') | |
| Server PHP info.  More... | |
| if(! $php_log) | $post_max_size = elgg_get_ini_setting_in_bytes('post_max_size') | 
| $upload_max_filesize = elgg_get_ini_setting_in_bytes('upload_max_filesize') | |
| $post_max_size_warning = '' | |
| if ( $upload_max_filesize > $post_max_size) = elgg_echo('admin:server:label:php_version') | |
| if (! $php_log) $post_max_size = elgg_get_ini_setting_in_bytes('post_max_size') | 
| $upload_max_filesize = elgg_get_ini_setting_in_bytes('upload_max_filesize') |