1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-14 17:42:10 +02:00

Update phpinfo.php

This commit is contained in:
Gábor 2017-02-22 09:43:10 +01:00 committed by GitHub
parent 843c2f82c8
commit 64415eb8bb

View File

@ -65,7 +65,7 @@ $security_risks = array(
{
if(!is_writable($sessionSavePath) && $sessionSaveMethod === 'files')
{
$mes->addError("<b>session.save_path</b> ".PHP_LAN_6);
$mes->addError(e107::getParser()->toHTML(PHP_LAN_6, true));
}
}