Files
reportify_mncl/public/userarea/reports/index.php
T

6 lines
90 B
PHP

<?php
// redirect to userarea/index.php
header('Location: ../../userarea/index.php');
?>