Files
NetAlertX/front/index.php

5 lines
87 B
PHP

<?php
header('Location: /pialert/devices.php', TRUE, 302);
// or die();
exit();
?>