From 12581822652ff5e5ed6957c043878fef4c0140f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=AD=90=20B3none?= Date: Fri, 5 Jul 2019 20:11:00 +0100 Subject: [PATCH] Fix typo in the index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d72a1827..184a34a8 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ if (!file_exists('bl-content/databases/site.php')) { $base = dirname($_SERVER['SCRIPT_NAME']); $base = rtrim($base, '/'); - $base = rtrim($base, '\\'); // Workarround for Windows Servers + $base = rtrim($base, '\\'); // Workaround for Windows Servers header('Location:'.$base.'/install.php'); exit('Install Bludit first.'); }