mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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
4ae9038f1b
commit
290335f2ae
@ -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>
|
2014-01-14 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_groups.php: Fix group parameter in links
|
* 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') {
|
if ($PHPmemory_limit < $PHPmemory_limit_min && $PHPmemory_limit !== '-1') {
|
||||||
$config["alert_cnt"]++;
|
$config["alert_cnt"]++;
|
||||||
$_SESSION["alert_msg"] .= ui_print_info_message(
|
$_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'),
|
'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);
|
'no_close' => true, 'force_style' => 'color: #000000 !important'), '', true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user