<?PHP
// Admin index.php
//
// Version: $Revision: 1.1 $
// Date: $Date: 2006/08/06 19:01:10 $
//
// Copyright (c) 2006 Benjamin Oshrin
// License restrictions apply, see LICENSE for details.
// We don't really need this page anymore, so just redirect to the main index
include "../lib/functions.php";
header("Location: " . build_uri("/../index.php"));
exit;
?>