diff --git a/common.inc.php b/common.inc.php index c94bef4..ee0028f 100644 --- a/common.inc.php +++ b/common.inc.php @@ -630,7 +630,9 @@ if(is_array($nav)) { } */ echo "
  • ".i18n("Committee").'
  • '; - echo "
  • ".i18n("Winners").'
  • '; + if($config['show_winners'] == "yes") { + echo "
  • ".i18n("Winners").'
  • '; + } ?> Requested URL not found."; + exit; + } + send_header("Winners"); if($_GET['edit']) $edit=$_GET['edit'];