mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-02-28 05:06:05 -05:00
5 lines
87 B
PHP
5 lines
87 B
PHP
<?php
|
|
header('Location: /pialert/devices.php', TRUE, 302);
|
|
// or die();
|
|
exit();
|
|
?>
|