site-accueil-insa/errors/401.php

3 lines
42 B
PHP
Raw Normal View History

2022-06-14 14:07:32 +02:00
<?php
header('Location: ../error.php');
?>