Revision 1420
Added by Luisehahne almost 15 years ago
| class.admin.php | ||
|---|---|---|
| 16 | 16 |
* |
| 17 | 17 |
*/ |
| 18 | 18 |
|
| 19 |
if(!defined('WB_URL')) {
|
|
| 20 |
header('Location: ../index.php');
|
|
| 21 |
exit(0); |
|
| 22 |
} |
|
| 19 |
// Must include code to stop this file being access directly |
|
| 20 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); }
|
|
| 23 | 21 |
|
| 24 | 22 |
require_once(WB_PATH.'/framework/class.wb.php'); |
| 25 | 23 |
|
Also available in: Unified diff
YGN Ethical Hacker Group (2.8.2 / 2.9.0)