Revision 1151
Added by aldus over 15 years ago
index.php | ||
---|---|---|
41 | 41 |
*/ |
42 | 42 |
require_once(dirname(__FILE__).'/config.php'); |
43 | 43 |
|
44 |
if (!defined(WB_PATH)) {
|
|
44 |
if (!defined('WB_PATH')) {
|
|
45 | 45 |
/** |
46 | 46 |
* Ups ... config seems to be corrupt |
47 | 47 |
*/ |
Also available in: Unified diff
Fixed typos inside "index.php".