mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:18:57 +01:00
remove no longer usable emailadmin index (use "mail account" context menu on users or groups)
This commit is contained in:
parent
2a43aea1e2
commit
1f7d2964c9
@ -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'] : ''));
|
|
Loading…
Reference in New Issue
Block a user