Index: trunk/admin/install.php =================================================================== diff -u -r1199 -r1204 --- trunk/admin/install.php (.../install.php) (revision 1199) +++ trunk/admin/install.php (.../install.php) (revision 1204) @@ -1,5 +1,5 @@ 0) && (strlen($i_Pswd)>0)); if($ValidLicense) { @@ -888,8 +886,7 @@ $tmp_data = explode('Code==:', $rcontents); $data = base64_decode(str_replace("In-Portal License File - do not edit!\n", "", $tmp_data[0])); - _inst_ParseLicense($data); - + a83570933e44bc66b31dd7127cf3f23a($data); $ValidLicense = ((strlen($i_User)>0) && (strlen($i_Pswd)>0)); if($ValidLicense) { @@ -943,9 +940,7 @@ $data = $tmp_data[0]; @unlink($pathtoroot."themes/tmp.lic"); - - _inst_ParseLicense($data); - + a83570933e44bc66b31dd7127cf3f23a($data); $ValidLicense = ((strlen($i_User)>0) && (strlen($i_Pswd)>0)); if($ValidLicense) { @@ -966,9 +961,7 @@ if(strlen($g_License)) { $lic = base64_decode($g_License); - - _inst_ParseLicense($lic); - + a83570933e44bc66b31dd7127cf3f23a($lic); $ValidLicense = ((strlen($i_User)>0) && (strlen($i_Pswd)>0)); if($ValidLicense) { @@ -1068,8 +1061,7 @@ $lic = base64_decode($g_License); if(strlen($lic)) { - _inst_ParseLicense($lic); - + a83570933e44bc66b31dd7127cf3f23a($lic); $ValidLicense = ((strlen($i_User)>0) && (strlen($i_Pswd)>0)); } @@ -1103,7 +1095,7 @@ $lic = base64_decode($g_License); if(strlen($lic)) { - _inst_ParseLicense($lic); + a83570933e44bc66b31dd7127cf3f23a($lic); $ValidLicense = ((strlen($i_User)>0) && (strlen($i_Pswd)>0)); } } @@ -1150,8 +1142,7 @@ $lic = base64_decode($g_License); if(strlen($lic)) { - _inst_ParseLicense($lic); - + a83570933e44bc66b31dd7127cf3f23a($lic); $ValidLicense = ((strlen($i_User)>0) && (strlen($i_Pswd)>0)); } } @@ -1607,9 +1598,7 @@ $ado->Execute($sql); $sql = "UPDATE ".$g_TablePrefix."ConfigurationValues SET VariableValue = '".$_SERVER['DOCUMENT_ROOT'].$sitepath."admin/backupdata' WHERE VariableName='Backup_Path'"; $ado->Execute($sql); - - $Modules = _inst_GetModuleList(); - + $Modules = a48d819089308a9aeb447e7248b2587f(); if (count($Modules) > 0) { $include_file = $pathtoroot.$admin."/install/modselect.php";