diff --git a/installer/index.php b/installer/index.php index 53ffe2eb..1d1a7ce6 100644 --- a/installer/index.php +++ b/installer/index.php @@ -169,7 +169,7 @@ function addAnalytics($type){ // Set some options - we are passing in a useragent too here curl_setopt_array($curl, array( CURLOPT_RETURNTRANSFER => 1, - CURLOPT_URL => 'https://admin.wallaceit.com.au/customerapi/stats/add/'.$type.'?hostname='.$_SERVER['SERVER_NAME'].'&version=1.2', + CURLOPT_URL => 'https://admin.wallaceit.com.au/customerapi/stats/add/'.$type.'?hostname='.$_SERVER['SERVER_NAME'].'&version=1.3', CURLOPT_USERAGENT => 'WallacePOS_Installer' )); // Send the request & save response to $resp diff --git a/installer/views/install.php b/installer/views/install.php index a557c7fa..0b126309 100644 --- a/installer/views/install.php +++ b/installer/views/install.php @@ -37,6 +37,6 @@ $("#install_view").addClass('hide'); $("#complete_view").removeClass('hide'); }); - frame.attr('src', ""); + frame.attr('src', ""); }); \ No newline at end of file