Initial commit.

This commit is contained in:
2018-06-12 07:53:27 +02:00
commit 227c91963e
16 changed files with 1264 additions and 0 deletions

17
index.php Normal file
View File

@ -0,0 +1,17 @@
<?PHP
/**
* The main display file for standalone pages.
*
* @author Joshua Ramon Enslin <joshua@jrenslin.de>
*/
// Include functions and settings.
require __DIR__ . "/inc/functions.php";
ensureEnvironment();
echo "hi";
?>