From dff609e4c098a0300ea6e7a5a4a6bafc66df5a98 Mon Sep 17 00:00:00 2001 From: rahul shukla Date: Fri, 25 Jan 2019 11:47:08 +0530 Subject: [PATCH] index change --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index ea2ec077f..230334cae 100755 --- a/public/index.php +++ b/public/index.php @@ -2,7 +2,7 @@ $install = require __DIR__.'/installer/install.php'; -if (!is_null($install)) { +if (0 && !is_null($install)) { header("Location: $install");