Project

General

Profile

« Previous | Next » 

Revision 1499

Added by DarkViper almost 13 years ago

little fix in calling globalExceptionHandler from inner core files

View differences:

SecureForm.mtab.php
47 47
 */
48 48
/* -------------------------------------------------------- */
49 49
// Must include code to stop this file being accessed directly
50
require_once('globalExceptionHandler.php');
51
if(!defined('WB_PATH')) { throw new IllegalFileException(); }
50
if(!defined('WB_PATH')) {
51
	require_once(dirname(__FILE__).'/globalExceptionHandler.php');
52
	throw new IllegalFileException();
53
}
52 54
/* -------------------------------------------------------- */
53 55

  
54 56
class SecureForm {

Also available in: Unified diff