view pages/noauthvote.inc.php @ 1110:a5f52e54c9da

Improve stDBGetTableSchema().
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 May 2019 23:25:49 +0300
parents bbc0a3d0b51e
children
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("msgVotingDisabled");
else
  echo stGetSetting("msgUserAuthError");

?>