* @copyright (c) 2006-12 by Ralf Becker * @version $Id$ */ // forward for not existing or empty header to setup if(!file_exists('header.inc.php') || !filesize('header.inc.php')) { Header('Location: setup/index.php'); exit; } $GLOBALS['egw_info'] = array( 'flags' => array( 'currentapp' => 'login', 'noheader' => True, ) ); include 'header.inc.php'; echo json_encode(array( 'installed' => 'true', 'version' => '4.80.1', 'versionstring' => 'EGroupware '.$GLOBALS['egw_info']['server']['versions']['phpgwapi'], 'edition' => '', ));