Browse Source

ajout de la redirection permanante vers UI

master
heuzef 5 years ago
parent
commit
4d9efd97c9
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      index.php

+ 4
- 0
index.php View File

@@ -0,0 +1,4 @@
<?php
// 301 Moved Permanently
header("Location: ./ui/",TRUE,301);
?>

Loading…
Cancel
Save