Changeset 7723 for trunk/src/config.php


Ignore:
Timestamp:
Apr 12, 2010, 7:15:57 PM (15 years ago)
Author:
rick
Message:

Hacked Google key support for multiple domains

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/config.php

    r7702 r7723  
    3636$config['require'][]            = $config['folder_class'] . 'KMLFile.class.php';
    3737$config['require'][]            = $config['folder_class'] . 'KMLPlacemark.class.php';
     38
     39$config['googlekey']            = array();
     40$config['googlekey']['wirelessleiden.nl'] = 'ABQIAAAAKRiFs2kXKhTkKZkE_ms9rhTdBXm62xfhQU7Dk6ZBFSzYdmSteRQWjLqZhwX8afHvGpd4N3iKql6w8g';
     41$config['googlekey']['default'] = 'ABQIAAAAzr2EBOXUKnm_jVnk0OJI7xSosDVG8KKPE1-m51RBrvYughuyMxQ-i1QfUnH94QxWIa6N4U6MouMmBA';
    3842?>
Note: See TracChangeset for help on using the changeset viewer.