site-accueil-insa/admin/planning.php
2022-06-14 23:36:26 +02:00

8 lines
No EOL
89 B
PHP

<?php
include "script.php";
if($user['perm'] < 1) {
header('Location: deco.php');
}
?>