view pages/noauthvote.inc.php @ 789:24bbd1f89794

Add few new settings, bump database version.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 21 Nov 2014 08:05:27 +0200
parents
children ffacd904fd1f
line wrap: on
line source

<?
//
// FAPWeb - Simple Web-based Demoparty Management System
// About page
// (C) Copyright 2012-2014 Tecnic Software productions (TNSP)
//

if (!stChkSetting("allowVoting"))
  echo stGetSetting("votingDisabled");
else
  echo stGetSetting("voteAuthError");

?>