evoadmin-mail/evoadmin/htdocs/index.php

20 lines
386 B
PHP
Executable file

<?php
/*
* common DirectoryIndex page
*
* Copyright (c) 2004-2006 Evolix - Tous droits reserves
* $Id: index.php,v 1.2 2006-11-14 15:21:54 reg Exp $
*
* Use HTTP 'Location:' header to forward to auth.php
*
* @author Gregory Colpart <reg@evolix.fr>
* @version 1.0
*/
header("Location: auth.php\n\n");
exit(0);
/* Copyright (c) 2004-2006 Evolix - Tous droits reserves */
?>