Subversion Repositories ALCASAR

Rev

Rev 592 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 592 Rev 593
1
<?php
1
<?php
2
/*
2
/*
3
 
3
 
4
 
4
 
5
*/
5
*/
6
require_once('includes/defines.inc.php');
6
require_once('includes/defines.inc.php');
7
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
7
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
8
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
8
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
9
<html>
9
<html>
10
<head>
10
<head>
11
<title>Login page</title>
11
<title>Login page</title>
12
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>css/default/default.css" type="text/css">
12
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
13
</head>
13
</head>
14
 
14
 
15
<h1>LOGIN PAGE</h1>
15
<h1>LOGIN PAGE</h1>
16
</body>
16
</body>
17
</html>
17
</html>
18
 
18
 
19

Generated by GNU Enscript 1.6.6.
19

Generated by GNU Enscript 1.6.6.
20
 
20
 
21
 
21
 
22
 
22