changed message allow override

This commit is contained in:
marcos 2020-05-11 12:24:18 +02:00
parent e86f72958d
commit 86f52fd8e6

View File

@ -2382,7 +2382,7 @@ class ConsoleSupervisor
global $config; global $config;
$message = 'If AllowOverride is disabled, .htaccess will not works.'; $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. // Get content file.
$file = file_get_contents('/etc/httpd/conf/httpd.conf'); $file = file_get_contents('/etc/httpd/conf/httpd.conf');