Index: trunk/admin/install.php =================================================================== diff -u -r293 -r298 --- trunk/admin/install.php (.../install.php) (revision 293) +++ trunk/admin/install.php (.../install.php) (revision 298) @@ -439,7 +439,7 @@ $Modules = array(); $Texts = array(); - if (str_replace('.', '', GetMaxPortalVersion($pathtoroot.$admin)) >= 105 && $g_LicenseCode == '') { + if (str_replace('.', '', GetMaxPortalVersion($pathtoroot.$admin)) >= 105 && ($g_LicenseCode == '' && $g_License != '')) { $state = 'reinstall'; $inst_error = "Your license must be updated before you can upgrade. Please don't use 'Existing License' option, instead either Download from Intechnic or Upload a new license file!"; } @@ -871,6 +871,9 @@ } break; case 4: + //set_ini_value("Intechnic","License",base64_encode("local")); + //set_ini_value("Intechnic","LicenseCode",base64_encode("local")); + //save_values(); $state="domain_select"; break; }