Revision 1420
Added by Luisehahne almost 15 years ago
| module.functions.php | ||
|---|---|---|
| 31 | 31 |
NOTE: Some functions were added for module developers to make the creation of own module easier |
| 32 | 32 |
*/ |
| 33 | 33 |
|
| 34 |
// prevent this file from being accessed directly
|
|
| 35 |
if(!defined('WB_PATH')) die(header('Location: index.php'));
|
|
| 34 |
// Must include code to stop this file being access directly
|
|
| 35 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); }
|
|
| 36 | 36 |
|
| 37 | 37 |
/* |
| 38 | 38 |
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: |
Also available in: Unified diff
YGN Ethical Hacker Group (2.8.2 / 2.9.0)