rename include
[platal.git] / htdocs.net / login.php
1 <?php
2 require 'xnet.inc.php';
3
4 if (logged()) {
5 header("Location: index.php");
6 }
7
8 new_page('index.tpl', AUTH_MDP);
9 $page->run();
10 ?>