File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ function addAnalytics($type){
169169 // Set some options - we are passing in a useragent too here
170170 curl_setopt_array ($ curl , array (
171171 CURLOPT_RETURNTRANSFER => 1 ,
172- CURLOPT_URL => 'https://admin.wallaceit.com.au/customerapi/stats/add/ ' .$ type .'?hostname= ' .$ _SERVER ['SERVER_NAME ' ].'&version=1.2 ' ,
172+ CURLOPT_URL => 'https://admin.wallaceit.com.au/customerapi/stats/add/ ' .$ type .'?hostname= ' .$ _SERVER ['SERVER_NAME ' ].'&version=1.3 ' ,
173173 CURLOPT_USERAGENT => 'WallacePOS_Installer '
174174 ));
175175 // Send the request & save response to $resp
Original file line number Diff line number Diff line change 3737 $("#install_view").addClass('hide');
3838 $("#complete_view").removeClass('hide');
3939 });
40- frame.attr('src', "<?php echo (isset ($ _REQUEST ['doupgrade ' ])?"/installer?upgrade&version=1.2 " :"/installer?install " ); ?> ");
40+ frame.attr('src', "<?php echo (isset ($ _REQUEST ['doupgrade ' ])?"/installer?upgrade&version=1.3 " :"/installer?install " ); ?> ");
4141 });
4242</script>
You can’t perform that action at this time.
0 commit comments