Index: trunk/admin/install.php =================================================================== diff -u -r92 -r103 --- trunk/admin/install.php (.../install.php) (revision 92) +++ trunk/admin/install.php (.../install.php) (revision 103) @@ -1479,6 +1479,8 @@ $ado->Execute($sql); $sql = "UPDATE ".$g_TablePrefix."ConfigurationValues SET VariableValue = '$g_Domain' WHERE VariableName='Server_Name'"; $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(); $include_file = "install/modselect.php"; } @@ -1501,9 +1503,9 @@ $modules_str = substr($modules_str, 0, strlen($modules_str) - 1); $rfile = @fopen(GET_LICENSE_URL."?url=".base64_encode($_SERVER['SERVER_NAME'].$_POST['Site_Path'])."&modules=".base64_encode($modules_str)."&domain=".md5($_SERVER['SERVER_NAME']), "r"); if (!$rfile) { - $get_license_error = "Unable to connect to the Intechnic server! Please try again later!"; - $state = "postconfig_1"; - $include_file = "install/postconfig.php"; + //$get_license_error = "Unable to connect to the Intechnic server! Please try again later!"; + //$state = "postconfig_1"; + //$include_file = "install/postconfig.php"; } else { $rcontents = '';