Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 591 → Rev 592

/web/admin/login.php
1,9 → 1,17
<?php
/*
Page d'authentification utilisateur
Redirige vers index.php si authentifié
 
 
*/
require_once('includes/defines.inc.php');
?>
LOGIN
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<html>
<head>
<title>Login page</title>
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>css/default/default.css" type="text/css">
</head>
 
<h1>LOGIN PAGE</h1>
</body>
</html>