mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-08-07 05:13:51 -04:00
New index.php with Redirect
Thanks to jokob-sk https://github.com/jokob-sk/Pi.Alert/commit/1aec3a84a06cdb67dc82a2858f1958331ec91333#diff-e6b69b9a907090f40a5b1266aea0d5d68ee8432ff3c3e76c211dfbc0a02bc5f2
This commit is contained in:
1 parent
1ee2a1bfd3
commit
7131aa3a03
1 file changed
+5
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
header('Location: /pialert/devices.php', TRUE, 302);
|
||||
// or die();
|
||||
exit();
|
||||
?>
|
||||
Reference in new issue
Block a user