Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

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