ajout fichier interdit.php
This commit is contained in:
parent
2799dca747
commit
2950b9faa2
17
admin/interdit.php
Normal file
17
admin/interdit.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
include_once('libhome.php');
|
||||
$username = phpCAS::getUser();
|
||||
?>
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>Winlog</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" media="screen" type="text/css" title="default" href="default.css">
|
||||
</head>
|
||||
<body>
|
||||
<p class="header">WINLOG</p>
|
||||
<p>compte : <i><?php echo($username); ?></i></p>
|
||||
<p>Vous n'avez pas les autorisations requises pour utiliser Winlog</p>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user