1
0
mirror of synced 2025-02-02 13:31:45 +03:00
This commit is contained in:
ivan 2016-03-21 14:16:07 +02:00
parent c1943624ab
commit 01e53ba44a

View File

@ -31,7 +31,7 @@ $helperSet = null;
if (file_exists($configFile)) { if (file_exists($configFile)) {
if ( ! is_readable($configFile)) { if ( ! is_readable($configFile)) {
trigger_error( trigger_error(
'Configuration file [' . $configFile . '] does not have read permission.', E_ERROR 'Configuration file [' . $configFile . '] does not have read permission.', E_USER_ERROR
); );
} }