Revision 19
Added by stefan about 20 years ago
| class.wb.php | ||
|---|---|---|
| 30 | 30 |
This class is the basis for admin and frontend classes. |
| 31 | 31 |
|
| 32 | 32 |
*/ |
| 33 |
if(!defined('WB_URL')) {
|
|
| 34 |
header('Location: ../index.php');
|
|
| 35 |
} |
|
| 33 | 36 |
|
| 34 | 37 |
|
| 35 | 38 |
class wb |
Also available in: Unified diff
Removed direct access path disclosure occurrences.