changed message allow override

This commit is contained in:
marcos 2020-05-11 12:24:18 +02:00
parent e86f72958d
commit 86f52fd8e6
1 changed files with 1 additions and 1 deletions

View File

@ -2382,7 +2382,7 @@ class ConsoleSupervisor
global $config;
$message = 'If AllowOverride is disabled, .htaccess will not works.';
$message .= '<pre>Please check /etc/httpd/conf/httpd.conf for keep this problems';
$message .= '<pre>Please check /etc/httpd/conf/httpd.conf to resolve this problem.';
// Get content file.
$file = file_get_contents('/etc/httpd/conf/httpd.conf');