mirror of
https://github.com/ManfredAabye/OpenSim-Viewer-Webinterface.git
synced 2026-08-14 08:53:07 +00:00
14102025
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// Emergency redirect to setup if no configuration exists
|
||||
if (!file_exists('include/config.php') || !file_exists('include/env.php')) {
|
||||
header('Location: setup.php');
|
||||
exit;
|
||||
}
|
||||
|
||||
// If configuration exists, redirect to welcome page
|
||||
header('Location: welcomesplashpage.php');
|
||||
exit;
|
||||
?>
|
||||
Reference in New Issue
Block a user