Commit 44df86c8 by nadeem.qasmi

download all page location fixed again https new

parent 9379e4ac
Pipeline #493 passed with stage
in 0 seconds
...@@ -450,7 +450,7 @@ $selected_id = isset( $_GET['course'] ) ? $_GET['course'] : - 1; ...@@ -450,7 +450,7 @@ $selected_id = isset( $_GET['course'] ) ? $_GET['course'] : - 1;
var ips ='00'; var ips ='00';
$.getJSON('http://gd.geobytes.com/GetCityDetails?callback=?', function(data) { $.getJSON('https://gd.geobytes.com/GetCityDetails?callback=?', function(data) {
ips = data.geobytesremoteip; ips = data.geobytesremoteip;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment