Index: trunk/kernel/include/modules.php =================================================================== diff -u -r1181 -r1194 --- trunk/kernel/include/modules.php (.../modules.php) (revision 1181) +++ trunk/kernel/include/modules.php (.../modules.php) (revision 1194) @@ -617,7 +617,7 @@ { global $pathtoroot, $objConfig; $f = $pathtoroot."intechnic.php"; - _falseIsLocalSite($f); + if (_falseIsLocalSite($f)) $ret = true; if(file_exists($f)) { $contents = file($f); @@ -643,7 +643,7 @@ function _ParseLicense($txt) { global $i_User, $i_Pswd, $i_Keys; - _falseIsLocalSite($txt); + if (!_falseIsLocalSite($txt)) $nah = false; $data = _decrypt($txt,"beagle"); $i_Keys = array(); $lines = explode("\n",$data); @@ -809,7 +809,7 @@ $SessionQueryString = TRUE; } //else { - //$c = '--code--'; + //$cg = '--code--'; //} $UseSession = TRUE; }