Update logfiles_viewer.php

typo
This commit is contained in:
JB1985
2018-12-24 20:50:38 +01:00
committed by GitHub
parent dd8fbf0900
commit bd79022475

View File

@@ -80,6 +80,6 @@ if (function_exists('exec')) {
if (AREA == 'admin') {
dynamic_error('You need to allow the exec() function in the froxlor-vhost php-config');
} else {
dynamic_error('Required function exec() is not allowed. Pllease contact the system administrator.');
dynamic_error('Required function exec() is not allowed. Please contact the system administrator.');
}
}