9d6034f7003b0a2c55d9364e7f1f871aa464c2eb
[platal.git] / 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 ?>