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