Index: trunk/admin/install.php =================================================================== diff -u -r41 -r43 --- trunk/admin/install.php (.../install.php) (revision 41) +++ trunk/admin/install.php (.../install.php) (revision 43) @@ -3,7 +3,7 @@ //$new_version = '1.0.2'; -define("GET_LICENSE_URL", "http://www.in-portal.net/licensing/license.php"); +define("GET_LICENSE_URL", "http://www.intechnic.com/myaccount/license.php"); define('BACKUP_NAME', 'dump(.*).txt'); // how backup dump files are named $general_error = ''; @@ -136,7 +136,7 @@ if( $tmp[ count($tmp) - 1 ] == $admin) unset( $tmp[ count($tmp) - 1 ] ); $rootURL = implode('/', $tmp).'/'; unset($tmp); - echo "RU: $rootURL
"; + //echo "RU: $rootURL
"; // simulate rootURL variable: end if(strlen($g_DBType)>0 && strlen($state)>0 && $state !="dbinfo" && $state !="db_config_save") Index: trunk/admin/install/download_license.php =================================================================== diff -u -r41 -r43 --- trunk/admin/install/download_license.php (.../download_license.php) (revision 41) +++ trunk/admin/install/download_license.php (.../download_license.php) (revision 43) @@ -3,7 +3,7 @@