46 $this->family =
"interface";
48 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
50 $this->
description =
"GeoIP Maxmind conversions capabilities";
52 $this->version =
'dolibarr';
54 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
58 $this->picto =
'geoip';
61 $this->dirs = array(
"/geoipmaxmind");
64 $this->config_page_url = array(
"geoipmaxmind.php");
67 $this->hidden =
false;
68 $this->depends = array();
69 $this->requiredby = array();
70 $this->conflictwith = array();
71 $this->phpmin = array(7, 0);
72 $this->phpmax = array();
73 $this->need_dolibarr_version = array(2, 7, -1);
74 $this->need_javascript_ajax = 1;
77 $this->
const = array();
80 $this->boxes = array();
83 $this->rights = array();
84 $this->rights_class =
'geoipmaxmind';