add MysqlHandler for Monolog-Logger

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-25 08:48:28 +01:00
parent 684130871b
commit 792d25fdd8
3 changed files with 98 additions and 25 deletions

View File

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