Project

General

Profile

1 1420 Luisehahne
<?php
2
/**
3
 *
4
 * @category        modules
5
 * @package         output_filter
6 1520 darkviper
 * @author          Christian Sommer, WB-Project, Werner v.d. Decken
7 1907 Luisehahne
 * @copyright       2013, WebsiteBaker Org. e.V.
8
 * @link            http://www.websitebaker.org/
9 1420 Luisehahne
 * @license         http://www.gnu.org/licenses/gpl.html
10 1907 Luisehahne
 * @platform        WebsiteBaker 2.8.4
11 1420 Luisehahne
 * @requirements    PHP 5.2.2 and higher
12
 * @version         $Id$
13 1907 Luisehahne
 * @filesource      $HeadURL$
14 1420 Luisehahne
 * @lastmodified    $Date$
15
 *
16
 */
17 1626 darkviper
/* --- this is a wrapper for backward compatibility only --- */
18
	$sModuleDir = str_replace('\\', '/', dirname(__FILE__)).'/';
19
	if (file_exists($sModuleDir.'index.php')) {
20
		require($sModuleDir.'index.php');
21 1520 darkviper
	}