Project

General

Profile

« Previous | Next » 

Revision 1420

Added by Dietmar almost 14 years ago

YGN Ethical Hacker Group (2.8.2 / 2.9.0)

View differences:

functions.php
16 16
 *
17 17
*/
18 18

  
19
// Stop this file from being accessed directly
20
if(!defined('WB_URL')) {
21
	header('Location: ../index.php');
22
	exit;
23
}
19
// Must include code to stop this file being access directly
20
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); }
24 21

  
25 22
// Define that this file has been loaded
26 23
define('FUNCTIONS_FILE_LOADED', true);

Also available in: Unified diff