Revision 108
Added by stefan about 19 years ago
index.php | ||
---|---|---|
35 | 35 |
|
36 | 36 |
require_once(WB_PATH.'/framework/class.frontend.php'); |
37 | 37 |
// Create new frontend object |
38 |
// Perform general initializations |
|
39 |
if (!isset($wb)) $wb = new frontend(); |
|
38 |
$wb = new frontend(); |
|
40 | 39 |
|
41 | 40 |
// Figure out which page to display |
42 | 41 |
// Stop processing if intro page was shown |
Also available in: Unified diff
Minor cleanup.