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