CC-1695 Remove Campcaster Studio and make install easier
This commit is contained in:
parent
89a138b5f8
commit
81d499060b
478 changed files with 63037 additions and 0 deletions
10
htmlUI/var/html/index.php
Normal file
10
htmlUI/var/html/index.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?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