| 62 | | $mini_track_options['geoip'] = "mysql"; // false; // "ip2c"; // cc lookup -> false | mysql | ip2c |
|---|
| 63 | | $mini_track_options['flags'] = "/images/flags/"; // false; // "/images/flags/"; // images instead of cc - path to flags |
|---|
| 64 | | |
|---|
| 65 | | $mini_track_options['debug'] = true; // true = shows more info when you hover over IP in display panel - makes saved data very large, don't use regularly |
|---|
| | 62 | $mini_track_options['geoip'] = false; // false; // "ip2c"; // cc lookup -> false | mysql | ip2c |
|---|
| | 63 | $mini_track_options['flags'] = false; // false; // "/images/flags/"; // images instead of cc - path to flags |
|---|
| | 64 | |
|---|
| | 65 | $mini_track_options['debug'] = false; // true = shows more info when you hover over IP in display panel - makes saved data very large, don't use regularly |
|---|