New index.php with Redirect

Thanks to jokob-sk

1aec3a84a0 (diff-e6b69b9a907090f40a5b1266aea0d5d68ee8432ff3c3e76c211dfbc0a02bc5f2)
This commit is contained in:
leiweibau
2022-07-18 18:25:26 +02:00
parent 1ee2a1bfd3
commit 7131aa3a03

5
front/index.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
header('Location: /pialert/devices.php', TRUE, 302);
// or die();
exit();
?>