removed debug code

This commit is contained in:
katagia 2003-09-28 16:39:22 +00:00
parent 6551b9519c
commit fd15b03eb1
1 changed files with 2 additions and 2 deletions

View File

@ -294,8 +294,8 @@ else
$protocol = strToLower($protocol[0]) . "://";
$_SESSION['lamurl'] = $protocol . $_SERVER['SERVER_NAME'] . $_SERVER['SCRIPT_NAME'];
$_SESSION['lamurl'] = substr($_SESSION['lamurl'],0,strlen($_SESSION['lamurl'])-19);
echo "lampath=" . $_SESSION['lampath'] . "<br>";
echo "lamurl=" . $_SESSION['lamurl'] . "<br>";
//echo "lampath=" . $_SESSION['lampath'] . "<br>";
//echo "lamurl=" . $_SESSION['lamurl'] . "<br>";
$default_Config = new CfgMain();
$default_Profile = $default_Config->default;