remove no longer usable emailadmin index (use "mail account" context menu on users or groups)

This commit is contained in:
Ralf Becker 2015-01-07 08:51:29 +00:00
parent 2a43aea1e2
commit 1f7d2964c9

View File

@ -1,13 +0,0 @@
<?php
/***************************************************************************\
* EGroupWare - EMailAdmin
* @link http://www.egroupware.org
* @package emailadmin
* @author Klaus Leithoff <kl-AT-stylite.de>
* @copyright (c) 2009-10 by Klaus Leithoff <kl-AT-stylite.de>
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @version $Id$
\***************************************************************************/
header('Location: ../index.php?menuaction=emailadmin.emailadmin_ui.index'.
(isset($_GET['sessionid']) ? '&sessionid='.$_GET['sessionid'].'&kp3='.$_GET['kp3'] : ''));