removed debug code
This commit is contained in:
parent
6551b9519c
commit
fd15b03eb1
|
@ -294,8 +294,8 @@ else
|
||||||
$protocol = strToLower($protocol[0]) . "://";
|
$protocol = strToLower($protocol[0]) . "://";
|
||||||
$_SESSION['lamurl'] = $protocol . $_SERVER['SERVER_NAME'] . $_SERVER['SCRIPT_NAME'];
|
$_SESSION['lamurl'] = $protocol . $_SERVER['SERVER_NAME'] . $_SERVER['SCRIPT_NAME'];
|
||||||
$_SESSION['lamurl'] = substr($_SESSION['lamurl'],0,strlen($_SESSION['lamurl'])-19);
|
$_SESSION['lamurl'] = substr($_SESSION['lamurl'],0,strlen($_SESSION['lamurl'])-19);
|
||||||
echo "lampath=" . $_SESSION['lampath'] . "<br>";
|
//echo "lampath=" . $_SESSION['lampath'] . "<br>";
|
||||||
echo "lamurl=" . $_SESSION['lamurl'] . "<br>";
|
//echo "lamurl=" . $_SESSION['lamurl'] . "<br>";
|
||||||
|
|
||||||
$default_Config = new CfgMain();
|
$default_Config = new CfgMain();
|
||||||
$default_Profile = $default_Config->default;
|
$default_Profile = $default_Config->default;
|
||||||
|
|
Loading…
Reference in New Issue