forked from extern/egroupware
17 lines
448 B
PHP
Executable File
17 lines
448 B
PHP
Executable File
<?php
|
|
/**
|
|
* EGgroupware administration
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @package admin
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @version $Id$
|
|
*/
|
|
|
|
// 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>';
|