Revision 1652
Added by Dietmar over 12 years ago
search.php | ||
---|---|---|
8 | 8 |
* @copyright 2009-2011, Website Baker Org. e.V. |
9 | 9 |
* @link http://www.websitebaker2.org/ |
10 | 10 |
* @license http://www.gnu.org/licenses/gpl.html |
11 |
* @platform WebsiteBaker 2.8.x
|
|
11 |
* @platform WebsiteBaker 2.8.3
|
|
12 | 12 |
* @requirements PHP 5.2.2 and higher |
13 | 13 |
* @version $Id$ |
14 | 14 |
* @filesource $HeadURL: http://svn.websitebaker2.org/branches/2.8.x/wb/admin/users/save.php $ |
15 | 15 |
* @lastmodified $Date: 2011-01-10 13:21:47 +0100 (Mo, 10. Jan 2011) $ |
16 | 16 |
* |
17 | 17 |
*/ |
18 |
// Must include code to stop this file being access directly |
|
19 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); } |
|
18 |
/* -------------------------------------------------------- */ |
|
19 |
// Must include code to stop this file being accessed directly |
|
20 |
if(!defined('WB_PATH')) { |
|
21 |
require_once(dirname(dirname(dirname(__FILE__))).'/framework/globalExceptionHandler.php'); |
|
22 |
throw new IllegalFileException(); |
|
23 |
} |
|
24 |
/* -------------------------------------------------------- */ |
|
20 | 25 |
|
21 | 26 |
function wysiwyg_search($func_vars) { |
22 | 27 |
extract($func_vars, EXTR_PREFIX_ALL, 'func'); |
Also available in: Unified diff
fixed path to globalExceptionHandler.php in wysiwyg