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