File cleanup, and slight mods to wiki.php

This commit is contained in:
Ubergeek
2019-06-28 22:48:19 +00:00
parent 7d6c4cad11
commit 5d7c77ae25
6 changed files with 3 additions and 4 deletions

View File

@@ -13,7 +13,9 @@ print "<html>
</head>
<body>";
echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
print "<hr/>";
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
print "<hr/>";
echo ( shell_exec("/usr/bin/pandoc includes/footer.md") );
print " </body>