Project

General

Profile

« Previous | Next » 

Revision 1652

Added by Dietmar over 12 years ago

fixed path to globalExceptionHandler.php in wysiwyg

View differences:

install.php
7 7
 * @copyright       2009-2012, Website Baker Org. e.V.
8 8
 * @link			http://www.websitebaker2.org/
9 9
 * @license         http://www.gnu.org/licenses/gpl.html
10
 * @platform        WebsiteBaker 2.8.x
10
 * @platform        WebsiteBaker 2.8.3
11 11
 * @requirements    PHP 5.2.2 and higher
12 12
 * @version      	$Id$
13 13
 * @filesource		$HeadURL$
......
17 17
/* -------------------------------------------------------- */
18 18
// Must include code to stop this file being accessed directly
19 19
if(!defined('WB_PATH')) {
20
	require_once(dirname(dirname(__FILE__)).'/framework/globalExceptionHandler.php');
20
	require_once(dirname(dirname(dirname(__FILE__))).'/framework/globalExceptionHandler.php');
21 21
	throw new IllegalFileException();
22 22
}
23 23
/* -------------------------------------------------------- */

Also available in: Unified diff