Revision 95
Added by stefan about 19 years ago
timezones.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id: timezones.php,v 1.1.1.1 2005/01/30 10:30:19 rdjurovich Exp $
|
|
3 |
// $Id$ |
|
4 | 4 |
|
5 | 5 |
/* |
6 | 6 |
|
... | ... | |
31 | 31 |
|
32 | 32 |
*/ |
33 | 33 |
|
34 |
// Define that this file is loaded |
|
35 |
if(!defined('TIMEZONES_LOADED')) { |
|
36 |
define('TIMEZONES_LOADED', true); |
|
37 |
} |
|
38 |
|
|
39 | 34 |
// Create array |
40 | 35 |
$TIMEZONES = array(); |
41 | 36 |
|
Also available in: Unified diff
Moved settings from config.php into database.
NOT FULLY WORKING!!!