<?PHP
if(file_exists('../../katalog'))
{
   // MODULVERSION ----------------------------------
   $filepath ='../../katalog';
}
else
{
   // PORTALVERSION ---------------------------------
   $filepath ='..';
}
include $filepath."/inc/config.inc.php";
include $filepath."/inc/systemeinstellungen.php";
include $filepath."/inc/de.php";
include $filepath."/inc/version.php";
?>