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