Project

General

Profile

« Previous | Next » 

Revision 1499

Added by DarkViper over 13 years ago

little fix in calling globalExceptionHandler from inner core files

View differences:

DseTwo.php
15 15
*/
16 16
/* -------------------------------------------------------- */
17 17
// Must include code to stop this file being accessed directly
18
require_once('globalExceptionHandler.php');
19
if(!defined('WB_PATH')) { throw new IllegalFileException(); }
18
if(!defined('WB_PATH')) {
19
	require_once(dirname(__FILE__).'/globalExceptionHandler.php');
20
	throw new IllegalFileException();
21
}
20 22
/* -------------------------------------------------------- */
21 23

  
22 24
class DseTwo {

Also available in: Unified diff