view pages/schedule.inc.php @ 1060:280de0770798

Added signature for changeset c0e21a405256
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 10 Feb 2016 16:18:46 +0200
parents 74b98743697b
children 7e497188e4c6
line wrap: on
line source

<?
//
// FAPWeb - Simple Web-based Demoparty Management System
// Event schedule / description
// (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
//
if (stChkSetting("showSchedule"))
{
  echo stGetSetting("eventDescription");
}
else
{
  echo
    "<h1>Sorry, schedule not available</h1>\n".
    "<p>Check back soon.</p>\n";
}
?>