requires/index change
This commit is contained in:
parent
1e2cef160a
commit
f9b648e527
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
require_once(dirname(__FILE__).'/htmlUI/ui_browser_init.php');
|
||||
require_once(dirname(__FILE__).'/ui_browser_init.php');
|
||||
|
||||
if (UI_DEBUG === TRUE) {
|
||||
$Smarty->assign('DEBUG', TRUE);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
require_once(dirname(__FILE__).'/htmlUI/ui_browser_init.php');
|
||||
require_once(dirname(__FILE__).'/ui_browser_init.php');
|
||||
ob_start();
|
||||
|
||||
require_once("../Input.php");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
require_once(dirname(__FILE__)."/ui_browser.php");
|
||||
require_once(dirname(__FILE__)."/htmlUI/ui_browser.php");
|
||||
//if (strpos($_SERVER['PHP_SELF'], '~') !== false) {
|
||||
// list(, $user, ) = explode('/', $_SERVER['PHP_SELF']);
|
||||
// $base = "/$user/campcaster";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue