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