From 143af653572e3aefa52ff248d02b657209a07849 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Mon, 4 Jul 2022 14:34:41 +0200 Subject: [PATCH] Hotfix for web interface to behave correctly --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 146f86d..19e17c5 100644 --- a/conf/config.php +++ b/conf/config.php @@ -28,7 +28,7 @@ $oriconf['known_host'] = '/home/evoadmin/www/known_host'; $oriconf['ftpadmin'] = FALSE; $oriconf['bindadmin'] = FALSE; // Penser à rajouter également les versions de PHP disponibles dans /etc/evolinux/web-add.conf -$oriconf['php_versions'] = array(); +// $oriconf['php_versions'] = array(); $oriconf['quota'] = FALSE; $oriconf['dbadmin'] = FALSE;