Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1200 → Rev 1201

/web/acc/manager/htdocs/security.php
1,15 → 1,16
 
<?php
//gestion de la langue
if (is_file("../lib/langues.php"))
include("../lib/langues.php");
?>
<html>
<head>
<title>Find a user</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
<link rel="stylesheet" href="/css/style.css">
</head>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
<HTML>
<!-- written by Crox -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>menu</TITLE>
<link rel="stylesheet" href="/css/style.css" type="text/css">
</HEAD>
<body>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th><?php echo "$l_spoofing";?></th></tr>
91,4 → 92,4
</TABLE>
</TABLE>
</body>
</html>
</HTML>