5 lines
No EOL
68 B
PHP
5 lines
No EOL
68 B
PHP
<?php
|
|
function raum_ist_offen() {
|
|
return false;
|
|
}
|
|
?>
|