site-accueil-insa/admin/planning.php

8 lines
89 B
PHP
Raw Normal View History

2022-06-14 23:36:26 +02:00
<?php
include "script.php";
if($user['perm'] < 1) {
header('Location: deco.php');
}
?>