mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Thanks to jokob-sk
1aec3a84a0 (diff-e6b69b9a907090f40a5b1266aea0d5d68ee8432ff3c3e76c211dfbc0a02bc5f2)
5 lines
87 B
PHP
5 lines
87 B
PHP
<?php
|
|
header('Location: /pialert/devices.php', TRUE, 302);
|
|
// or die();
|
|
exit();
|
|
?>
|