CC-1024 Update installation/build for webapp-only
CC-1695 Remove Campcaster Studio and make install easier Moved Desktop images to the wiki Moved everything in /bin to /install Included ui_browser.php from index.php instead of redirect. Added Input.php
This commit is contained in:
parent
8973b0b8d0
commit
dab1af1577
34 changed files with 206 additions and 68 deletions
16
index.php
16
index.php
|
@ -1,10 +1,12 @@
|
|||
<?php
|
||||
if (strpos($_SERVER['PHP_SELF'], '~') !== false) {
|
||||
list(, $user, ) = explode('/', $_SERVER['PHP_SELF']);
|
||||
$base = "/$user/campcaster";
|
||||
} else {
|
||||
$base = "/campcaster";
|
||||
}
|
||||
|
||||
header("LOCATION: $base/ui_browser.php");
|
||||
require_once(dirname(__FILE__)."/ui_browser.php");
|
||||
//if (strpos($_SERVER['PHP_SELF'], '~') !== false) {
|
||||
// list(, $user, ) = explode('/', $_SERVER['PHP_SELF']);
|
||||
// $base = "/$user/campcaster";
|
||||
//} else {
|
||||
// $base = "/campcaster";
|
||||
//}
|
||||
//
|
||||
//header("LOCATION: $base/ui_browser.php");
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue