From 54b9cc5402fcb6d19878fcd4a865d0f6e34a45ba Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 27 Jan 2024 17:33:47 +0100 Subject: [PATCH] This exception makes no sense, as it redirects to install --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 56237bfd..9eb2601e 100644 --- a/index.php +++ b/index.php @@ -62,7 +62,7 @@ if(preg_match("/^(.*)\.(gif|jpg|png|jpeg|tiff|bmp|css|js|less|map|html|zip|rar|g if((!isset($config['installed']) || !$config['installed']) && file_exists(BASE . 'install')) { header('Location: ' . BASE_URL . 'install/'); - throw new RuntimeException('Setup detected that install/ directory exists. Please visit this url to start MyAAC Installation.
Delete install/ directory if you already installed MyAAC.
Remember to REFRESH this page when you\'re done!'); + exit(); } $template_place_holders = array();