5 lines
87 B
PHP
5 lines
87 B
PHP
<?php
|
|
header('Location: /pialert/devices.php', TRUE, 302);
|
|
// or die();
|
|
exit();
|
|
?>
|