From 0f90f2acac651717b2de8e7d1053b34b08ca6d53 Mon Sep 17 00:00:00 2001 From: Sveneld Date: Sun, 26 May 2024 11:32:44 +0200 Subject: [PATCH] disable install --- install/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/index.php b/install/index.php index 383d00c..ac0b290 100644 --- a/install/index.php +++ b/install/index.php @@ -13,6 +13,8 @@ exit("Project already installed. If you want to reinstall, please remove config.php file."); } +die('Under construction. Contact us for support.'); + require_once '../vendor/autoload.php'; $configfilename = "../config.php.example"; require $configfilename;