Changeset 7702 for trunk/src/config.php
- Timestamp:
- Apr 8, 2010, 12:18:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/config.php
r7661 r7702 11 11 $config['node_location_file'] = 'http://watch.wirelessleiden.nl/nagios/export/genesis-nodes.conf'; 12 12 13 13 14 /* 14 15 * Global settings … … 17 18 $config['folder_class'] = 'inc/'; 18 19 $config['file_init'] = 'init.php'; 20 21 /* 22 * Placemark settings. Which icons do you want to use 23 */ 24 $config['placemark_green'] = 'http://www.google.com/intl/en_us/mapfiles/ms/micons/green-dot.png'; 25 $config['placemark_orange'] = 'http://www.google.com/intl/en_us/mapfiles/ms/micons/orange-dot.png'; 26 $config['placemark_red'] = 'http://www.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png'; 19 27 20 28 /*
Note:
See TracChangeset
for help on using the changeset viewer.