From 4455a21dab38d0b19e7e556de506f938cc2f56c4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 6 Nov 2019 19:02:15 +0100 Subject: [PATCH] Disable not finished dev --- htdocs/website/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index e0e3378bf26..cd32fc97e18 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -3280,7 +3280,7 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm') print ''."\n"; print '
'; - if ($action == 'replacesiteconfirm') + if ($action == 'replacesiteconfirm' && $conf->global->MAIN_FEATURES_LEVEL >= 2) { print '
'; print '
';