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
Raw Normal View History

2018-06-12 07:53:27 +02:00
<?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";
?>