first commit

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-08 12:19:53 -04:00
commit 7c8c8b1c76
4586 changed files with 2050693 additions and 0 deletions
@@ -0,0 +1,10 @@
<?php
// This file contains dummy method in case the requirements are not met.
// Those functions don't do anything but at least there is no Fatal Error or so.
function geoip_detect2_get_info_from_ip($ip, $locales = null, $options = array()) { return new stdClass; }
function geoip_detect2_get_info_from_current_ip($locales = null, $options = array()) { return geoip_detect2_get_info_from_ip(''); }
function geoip_detect2_get_reader($locales = null, $options = array()) { return NULL; }
function geoip_detect2_get_current_source_description($source = null) { return ''; }
function geoip_detect2_get_client_ip() { return ''; }
function geoip_detect2_get_external_ip_adress($unfiltered = false) { return ''; }