comparison 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
comparison
equal deleted inserted replaced
788:da0ddfe1b704 789:24bbd1f89794
1 <?
2 //
3 // FAPWeb - Simple Web-based Demoparty Management System
4 // About page
5 // (C) Copyright 2012-2014 Tecnic Software productions (TNSP)
6 //
7
8 if (!stChkSetting("allowVoting"))
9 echo stGetSetting("votingDisabled");
10 else
11 echo stGetSetting("voteAuthError");
12
13 ?>