<?php

/*
 * REDIRECTOR index security file 
 *
 * Copyright (c) 1987-2006 Claudio M. Zanella 
 * Licensed under the GNU GPL. For full terms see the file COPYING.
 *
 * Redirects to the login page.
 *
 * $Id: index.php,v 1.14.2.3 2004/12/27 15:03:41 kink Exp $
 */

header('Location: download.php');

?>
<html></html>
