Revision 18
Added by stefan over 19 years ago
class.frontend.php | ||
---|---|---|
29 | 29 |
|
30 | 30 |
*/ |
31 | 31 |
|
32 |
if(!defined('WB_PATH')) { |
|
33 |
header('Location: ../index.php'); |
|
34 |
} |
|
32 | 35 |
|
33 | 36 |
|
34 | 37 |
require_once(WB_PATH.'/framework/class.wb.php'); |
Also available in: Unified diff
Added direct access redirection in framework files.