index-logged.php 177 B

123456
  1. <?php
  2. require_once(dirname(__FILE__).'/../main/inc/global.inc.php');
  3. //require_once api_get_path(LIBRARY_PATH).'usermanager.lib.php';
  4. header("Location: /user_portal.php");
  5. ?>