view pages/noauthvote.inc.php @ 1065:511147c1e119

Move some of the show.php javascript code to show.js.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 24 Jan 2017 13:13:48 +0200
parents ffacd904fd1f
children 7e497188e4c6
line wrap: on
line source

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

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

?>