Changeset 159 for trunk/config-sample
- Timestamp:
- 03/16/2006 05:30:30 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/config-sample/config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config-sample/config.php
r145 r159 60 60 'smtp' => '', // if not set default used from php.ini file 61 61 'smtp_port' => '25', 62 'from' => 'hostmaster@ wind.cube.gr',62 'from' => 'hostmaster@server.example.org', 63 63 'from_name' => 'WiND Hostmaster' 64 64 ), … … 70 70 'gmap' => array( 71 71 'server' => 'maps.google.com', 72 'maps_available' => array( 73 'satellite' => true, 74 'map' => false, 75 'hybrid' => false, 76 //Sample scripts for custom image map server can be found in the tools subdirectory 77 /*'custom_maps' => array( 78 0 => array( 79 'url' => 'http://server.example.org/maps/index.php?', 80 'name' => 'Custom1', 81 'coordinates_type' => 'map' 82 ), 83 1 => array( 84 'url' => 'http://server.example.org/maps/index.php?', 85 'name' => 'Custom2', 86 'coordinates_type' => 'satellite' 87 ), 88 ),*/ 89 'default' => 'satellite' 90 ), 72 91 'keys' => array( // Domains must be as in $_SERVER['SERVER_NAME'] variable 73 92 'server.example.org/path' => 'example_key'
Note: See TracChangeset
for help on using the changeset viewer.
