page: authorise user logins at page start
[minimedit.git] / head.inc.php
1 <?php
2 include 'head.inc.html';
3
4 print '<div class="article">'."\n\n";
5
6 include_once 'auth.inc.php';
7
8 register_shutdown_function(function () {
9         include 'foot.inc.php';
10 });