Update 'wiki.php'

This commit is contained in:
ubergeek 2019-06-30 21:05:38 -04:00
parent 83baab10e6
commit c0391f180e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ print "<!DOCTYPE html>
<head>
<title>$site_name - $page</title>
<link rel='stylesheet' type='text/css' href='$site_root/includes/site.css'>
print "</head>
</head>
<body>";
echo ( shell_exec("/usr/bin/pandoc $doc_root/includes/header.md") );