2000-08-18 05:24:22 +02:00
|
|
|
<?php
|
2010-01-31 00:57:03 +01:00
|
|
|
/**
|
|
|
|
* EGgroupware administration
|
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @package admin
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
2003-08-28 16:16:30 +02:00
|
|
|
|
2014-07-08 15:52:48 +02:00
|
|
|
// redirect to admin with a meta-refresh, so admin/js/app.js can intercept, if loaded
|
|
|
|
echo '<html><head>
|
|
|
|
<meta http-equiv="refresh" content="1;URL=../index.php?menuaction=admin.admin_ui.index&ajax=true"/>
|
|
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html>';
|