X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/4653a970f0c574750b1ea2e19b112b13d66e80eb..aaa476ce6d0a8723725bcce2c388fdea5c1e98e1:/head.inc.php diff --git a/head.inc.php b/head.inc.php index 847d515..4489ce9 100644 --- a/head.inc.php +++ b/head.inc.php @@ -3,6 +3,8 @@ include 'head.inc.html'; print '
'."\n\n"; +include_once 'auth.inc.php'; + register_shutdown_function(function () { include 'foot.inc.php'; });