diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pages/noauthvote.inc.php	Fri Nov 21 08:05:27 2014 +0200
@@ -0,0 +1,13 @@
+<?
+//
+// 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");
+
+?>
\ No newline at end of file