Blame view

frontend/modules/location/components/geolocation/plugins/sypexgeo.php 180 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
  <?php
  
  $plugin = [
      'plugin_url' => 'http://api.sypexgeo.net/{{accepted_formats}}/{{ip}}',
      'accepted_formats' => ['json', 'xml'],
      'default_accepted_format' => 'json',
  ];