An interactive map for pokemon GO.
Create a config.js and config.php file in the root of the site and fill the $GLOBALS['config']
array with the following, you
can also see the config.example.js/php files
$GLOBALS['config'] = [
// DATABASE
'DBHOST' => 'localhost',
'DBNAME' => 'database',
'DBUSER' => 'username',
'DBPASS' => 'password',
];
var $GLOBALS = {
'GA_ID': 'GOOGLE ANALYTICS ID'
};