forked from vergnet/site-accueil-insa
7 lines
No EOL
88 B
PHP
7 lines
No EOL
88 B
PHP
<?php
|
|
include "script.php";
|
|
|
|
if($user['perm'] < 2) {
|
|
header('Location: deco.php');
|
|
}
|
|
?>
|