CC-1024 Update installation/build for webapp-only
CC-1695 Remove Campcaster Studio and make install easier Removed unused files. Updated version number. Fixed some path names.
This commit is contained in:
parent
9b7756712f
commit
4e73ed7e5a
18 changed files with 6 additions and 3972 deletions
|
@ -3,8 +3,8 @@ if (strpos($_SERVER['PHP_SELF'], '~') !== false) {
|
|||
list(, $user, ) = explode('/', $_SERVER['PHP_SELF']);
|
||||
$base = "/$user/campcaster";
|
||||
} else {
|
||||
$base = "/campcaster";
|
||||
$base = "/campcaster";
|
||||
}
|
||||
|
||||
header("LOCATION: $base/htmlUI/var/html/ui_browser.php");
|
||||
header("LOCATION: $base/htmlUI/ui_browser.php");
|
||||
?>
|
|
@ -1,3 +0,0 @@
|
|||
<?php
|
||||
header('LOCATION: htmlUI/var/html/ui_browser.php');
|
||||
?>
|
|
@ -1,3 +0,0 @@
|
|||
<?php
|
||||
header('LOCATION: var/html/ui_browser.php');
|
||||
?>
|
|
@ -9,7 +9,7 @@ define('UI_ERROR', TRUE);
|
|||
|
||||
// Note: this needs to be a variable, not a define because other
|
||||
// parts of the application do not read in this file.
|
||||
$WHITE_SCREEN_OF_DEATH = FALSE;
|
||||
$WHITE_SCREEN_OF_DEATH = false;
|
||||
|
||||
if (UI_DEBUG) {
|
||||
error_reporting(E_ALL);
|
||||
|
@ -24,8 +24,8 @@ define('UI_UPLOAD_LANGID', UI_DEFAULT_LANGID);
|
|||
define('UI_TIMEZONEOFFSET', date('Z'));
|
||||
|
||||
// Basic scripts
|
||||
define('UI_HANDLER', 'ui_handler.php');
|
||||
define('UI_BROWSER', 'ui_browser.php');
|
||||
define('UI_HANDLER', 'htmlUI/ui_handler.php');
|
||||
define('UI_BROWSER', 'htmlUI/ui_browser.php');
|
||||
|
||||
// HTML Form stuff
|
||||
define('UI_STANDARD_FORM_METHOD', 'POST');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue