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

6 lines
91 B
PHP

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