user_portal.php 135 B

123456
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. // Redirect calls to the new web/index.php
  4. header('Location: web/userportal');
  5. exit;