Initial Code import.

This commit is contained in:
2019-03-03 15:28:35 +01:00
commit 04ae63035a
8 changed files with 844 additions and 0 deletions

7
index.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
if(file_exists("open.flag")) {
require "isOpen.php";
} else {
require "isGesloten.php";
}
?>