2014-01-14 Sergio Martin <sergio.martin@artica.es>
* include/functions_config.php: Fixed a warning message on PHP configuration advise. For Sourceforge ticket #2409 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9320 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0a499e0375
commit
dfd3fe3180
|
@ -1,3 +1,8 @@
|
|||
2014-01-14 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_config.php: Fixed a warning message on
|
||||
PHP configuration advise. For Sourceforge ticket #2409
|
||||
|
||||
2014-01-14 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_groups.php: Fix group parameter in links
|
||||
|
|
|
@ -1287,7 +1287,7 @@ function config_check () {
|
|||
if ($PHPmemory_limit < $PHPmemory_limit_min && $PHPmemory_limit !== '-1') {
|
||||
$config["alert_cnt"]++;
|
||||
$_SESSION["alert_msg"] .= ui_print_info_message(
|
||||
array('title' => sprintf(__("Not recommended '%s' value in PHP configuration"), 'upload_max_filesize'),
|
||||
array('title' => sprintf(__("Not recommended '%s' value in PHP configuration"), 'memory_limit'),
|
||||
'message' => sprintf(__('Recommended value is: %s'), sprintf(__('%s or greater'), '500M')) . '<br><br>' . __('Please, change it on your PHP configuration file (php.ini) or contact with administrator'),
|
||||
'no_close' => true, 'force_style' => 'color: #000000 !important'), '', true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue