Index: trunk/admin/install.php =================================================================== diff -u -r315 -r364 --- trunk/admin/install.php (.../install.php) (revision 315) +++ trunk/admin/install.php (.../install.php) (revision 364) @@ -749,13 +749,7 @@ $include_file = $pathtoroot.$admin."/install/get_license.php"; } else { - // Here we download license - echo "LICENSE_ID: ".md5($_POST['licenses'])."
"; - echo "DLOG: ".md5($_POST['dlog'])."
"; - echo "DPASS: ".md5($_POST['dpass'])."
"; - echo "VERSION: ".GetMaxPortalVersion($pathtoroot.$admin)."
"; - echo "DOMAIN: ".base64_encode($_POST['domain'])."
"; - + // Here we download license $rfile = @fopen(GET_LICENSE_URL."?license_id=".md5($_POST['licenses'])."&dlog=".md5($_POST['dlog'])."&dpass=".md5($_POST['dpass'])."&version=".GetMaxPortalVersion($pathtoroot.$admin)."&domain=".base64_encode($_POST['domain']), "r"); if (!$rfile) { $get_license_error = "Unable to connect to the Intechnic server! Please try again later!";