mirror of https://github.com/ThunixdotNet/wiki.git
File cleanup, and slight mods to wiki.php
This commit is contained in:
parent
7d6c4cad11
commit
5d7c77ae25
|
@ -1,8 +1,6 @@
|
||||||
---
|
|
||||||
# Main Page
|
# Main Page
|
||||||
|
|
||||||
* [SSH and keys](ssh)
|
* [SSH and keys](ssh)
|
||||||
* [Email](email)
|
* [Email](email)
|
||||||
|
|
||||||
* [Sandbox Page](sandbox)
|
|
||||||
---
|
---
|
||||||
|
* [Sandbox Page](sandbox)
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
---
|
|
||||||
All content in this wiki is under the CC-By-SA 4.0 or later license.
|
All content in this wiki is under the CC-By-SA 4.0 or later license.
|
||||||
|
|
2
wiki.php
2
wiki.php
|
@ -13,7 +13,9 @@ print "<html>
|
||||||
</head>
|
</head>
|
||||||
<body>";
|
<body>";
|
||||||
echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
|
echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
|
||||||
|
print "<hr/>";
|
||||||
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
||||||
|
print "<hr/>";
|
||||||
echo ( shell_exec("/usr/bin/pandoc includes/footer.md") );
|
echo ( shell_exec("/usr/bin/pandoc includes/footer.md") );
|
||||||
|
|
||||||
print " </body>
|
print " </body>
|
||||||
|
|
Loading…
Reference in New Issue