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.'); }