// Copyright (C) 2006 The Trustees of Princeton University // // $Id$ $ // // Get session and API handles require_once 'plc_session.php'; global $plc, $api; // Print header require_once 'plc_drupal.php'; require_once 'plc_functions.php'; include 'plc_header.php'; // Invalidate session if ($plc->person) { $plc->BecomeSelf(); } plc_redirect(l_person(plc_my_person_id())); ?>