new structure UI
This commit is contained in:
parent
70bf3d6f1c
commit
bb5091fd2f
9 changed files with 23 additions and 476 deletions
|
@ -1,10 +0,0 @@
|
|||
<?php
|
||||
if (strpos($_SERVER['PHP_SELF'], '~') !== false) {
|
||||
list(, $user, ) = explode('/', $_SERVER['PHP_SELF']);
|
||||
$base = "/$user/campcaster";
|
||||
} else {
|
||||
$base = "/campcaster";
|
||||
}
|
||||
|
||||
header("LOCATION: $base/htmlUI/var/html/ui_browser.php");
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue