Project

General

Profile

« Previous | Next » 

Revision 1499

Added by DarkViper about 13 years ago

little fix in calling globalExceptionHandler from inner core files

View differences:

initialize.php
18 18

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

Also available in: Unified diff