view pages/noauthvote.inc.php @ 1082:571ad3639468

Fix file uploads.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Jan 2017 12:29:27 +0200
parents 7e497188e4c6
children bbc0a3d0b51e
line wrap: on
line source

<?php
//
// 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");

?>