Revision 231
Added by ryan about 19 years ago
timezones.php | ||
---|---|---|
31 | 31 |
|
32 | 32 |
*/ |
33 | 33 |
|
34 |
if(!defined('WB_URL')) { |
|
35 |
header('Location: ../index.php'); |
|
36 |
} |
|
37 |
|
|
34 | 38 |
// Create array |
35 | 39 |
$TIMEZONES = array(); |
36 | 40 |
|
Also available in: Unified diff
Added direct-access redirection on some files (see ticket #37)