From e26b7e5823858ea5f526659f320692a2768786b5 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 16 Jan 2018 19:21:04 +0100 Subject: [PATCH] Define ereg() if it does not exists --- conf/config.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index a3b1f53..698b588 100644 --- a/conf/config.php +++ b/conf/config.php @@ -1,5 +1,12 @@ SetPassword($args['password']); echo $oConfig->Save() ? 'Admin password updated' : 'Admin password not updated'; -?> \ No newline at end of file +?>