Skip to content

Commit ede92c4

Browse files
committed
Fixed installer upgrade version.
1 parent ae8a859 commit ede92c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installer/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

installer/views/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
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>

0 commit comments

Comments
 (0)