ctdo.de/php/raumstatus.php

5 lines
68 B
PHP
Raw Normal View History

<?php
function raum_ist_offen() {
return false;
}
?>