Changeset 668
- Timestamp:
- 07/09/05 17:27:23 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/config.php
r667 r668 33 33 define('CONF_USE_CRON_FOR_DB_CLEANUP', false); 34 34 35 35 /* XSLT for Hotspot status page */ 36 define('XSLT_SUPPORT', false); 37 /* Google Maps mapping hotspots_map.php */ 38 define('GMAPS_VENUES_HOTSPOTS_MAP_ENABLED', false); 39 define('GMAPS_XML_SOURCE_URL', 'hotspot_status.php?format=XML'); 40 define('GMAPS_API_KEY', 'ENTER_YOUR_KEY_HERE'); 41 // Enter center coords ( ie. Montréal ) 42 define('GMAPS_INITIAL_LATITUDE', '45.494511'); 43 define('GMAPS_INITIAL_LONGITUDE', '-73.560285'); 44 define('GMAPS_INITIAL_ZOOM_LEVEL', '5'); 36 45 37 46 /* Use a custom signup system instead of the built in signup page. */
