view pages/schedule.inc.php @ 1103:1fe7df7c77fb

Remove useless meta-equiv charset.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 14:12:42 +0300
parents bbc0a3d0b51e
children
line wrap: on
line source

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