Elgg  Version 1.11
Variables
php.php File Reference

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)
 

Variable Documentation

◆ $php_log

$php_log = ini_get('error_log')

Server PHP info.

Definition at line 6 of file php.php.

◆ $post_max_size

if (! $php_log) $post_max_size = elgg_get_ini_setting_in_bytes('post_max_size')

Definition at line 11 of file php.php.

◆ $post_max_size_warning

$post_max_size_warning = ''

Definition at line 14 of file php.php.

◆ $upload_max_filesize

$upload_max_filesize = elgg_get_ini_setting_in_bytes('upload_max_filesize')

Definition at line 12 of file php.php.

◆ if

if($upload_max_filesize > $post_max_size) (   $upload_max_filesize,
  $post_max_size 
)

Definition at line 15 of file php.php.