X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/4653a970f0c574750b1ea2e19b112b13d66e80eb..ab89443fa6d3a9e13476dae2a3a6c23d13ccf9b0:/head.inc.php?ds=sidebyside diff --git a/head.inc.php b/head.inc.php index 847d515..f8435ff 100644 --- a/head.inc.php +++ b/head.inc.php @@ -1,8 +1,14 @@ '."\n\n"; +include_once 'auth.inc.php'; + register_shutdown_function(function () { + print "\n\n"; include 'foot.inc.php'; + print "\n"; });