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