From bd790224752213a088018cf3a167c94ee3fa75bc Mon Sep 17 00:00:00 2001 From: JB1985 Date: Mon, 24 Dec 2018 20:50:38 +0100 Subject: [PATCH] Update logfiles_viewer.php typo --- logfiles_viewer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logfiles_viewer.php b/logfiles_viewer.php index 3226d25a..639d9047 100644 --- a/logfiles_viewer.php +++ b/logfiles_viewer.php @@ -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.'); } }