login: replace http authentication by cookie system
[minimedit.git] / page.inc.php
index b3fa5f7780b70d272b2844e592bcb29f74eb78ea..dcb0573223a06f4f9e6601a857ef2e1314b384a7 100644 (file)
@@ -15,8 +15,6 @@ print "</header>\n\n";
 
 print '<div class="article">'."\n\n";
 
-include_once 'auth.inc.php';
-
 register_shutdown_function(function () {
        print "</div>\n\n";
        include 'foot.inc.php';