Fix typo in the index.php
This commit is contained in:
parent
e50721eb8e
commit
1258182265
|
@ -11,7 +11,7 @@
|
||||||
if (!file_exists('bl-content/databases/site.php')) {
|
if (!file_exists('bl-content/databases/site.php')) {
|
||||||
$base = dirname($_SERVER['SCRIPT_NAME']);
|
$base = dirname($_SERVER['SCRIPT_NAME']);
|
||||||
$base = rtrim($base, '/');
|
$base = rtrim($base, '/');
|
||||||
$base = rtrim($base, '\\'); // Workarround for Windows Servers
|
$base = rtrim($base, '\\'); // Workaround for Windows Servers
|
||||||
header('Location:'.$base.'/install.php');
|
header('Location:'.$base.'/install.php');
|
||||||
exit('<a href="./install.php">Install Bludit first.</a>');
|
exit('<a href="./install.php">Install Bludit first.</a>');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue