leiweibau committed 2022-07-18 18:25:26 +02:00
1 parent 1ee2a1bfd3
commit 7131aa3a03
1 file changed
+5
+5
View File
@@ -0,0 +1,5 @@
<?php
header('Location: /pialert/devices.php', TRUE, 302);
// or die();
exit();
?>