custompage index-logged redirect not working #4603

skala
Laurent Opprecht 13 years ago
parent 4a4039fdc4
commit 1c146b2814
  1. 6
      custompages/index-logged.php

@ -1,6 +1,6 @@
<?php
require_once(dirname(__FILE__).'/../main/inc/global.inc.php');
//require_once api_get_path(LIBRARY_PATH).'usermanager.lib.php';
header("Location: /user_portal.php");
?>
$www = api_get_path('WEB_PATH');
header("Location: $www/user_portal.php");
Loading…
Cancel
Save