Jelajahi Sumber

Merge pull request #550 from smfrunic/release-2.1

updates the ripe search for new url
Michael Eshom 10 tahun lalu
induk
melakukan
41cfd604a1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Sources/Profile-View.php

+ 1 - 1
Sources/Profile-View.php

@@ -1834,7 +1834,7 @@ function TrackIP($memID = 0)
 			),
 			'ripe' => array(
 				'name' => $txt['whois_ripe'],
-				'url' => 'http://www.db.ripe.net/whois?searchtext=' . $context['ip'],
+				'url' => 'https://apps.db.ripe.net/search/query.html?searchtext=' . $context['ip'],
 				'range' => array(62, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95,
 					141, 145, 151, 188, 193, 194, 195, 212, 213, 217),
 			),