commit
82501c9c9c
@ -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
Block a user