This repository has been archived on 2022-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
md-cms/index.php

18 lines
232 B
PHP

<?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";
?>