mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Update phpinfo.php
This commit is contained in:
@@ -65,7 +65,7 @@ $security_risks = array(
|
|||||||
{
|
{
|
||||||
if(!is_writable($sessionSavePath) && $sessionSaveMethod === 'files')
|
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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user