@include("config.php"); if( !isset($usedInPortal) ) { global $INSTALL; $INSTALL = TRUE; include("foruminclude.php"); global $zorumlanguage; $languageFile = "lang_".$zorumlanguage.".php"; include("$sourceDir/$languageFile"); $s = "
\n"; if ($zorumlanguage=="gr") { $s.="\n"; } $url = "foruminstall.php"; $s.="\n"; $s.="\n"; $s.="\n"; $s.="\n"; $s.="\n"; $s.=$langTxt["returntoinstallexplained"]; $s.="\n
\n"; $s.=showPFooter(); $s.="\n\n"; echo $s; } elseif( $usedInPortal ) { include("portal.php"); } else { include("forum.php"); } ?>