* @copyright (c) 2014 by Ralf Becker * @version $Id$ */ $GLOBALS['egw_info'] = array( 'flags' => array( 'disable_Template_class' => True, 'noheader' => True, 'currentapp' => 'login', 'no_exception_handler' => 'basic_auth', // we use a basic auth exception handler (sends exception message as basic auth realm) ) ); include('./header.inc.php'); $sharing = new egw_sharing(); $sharing->ServeRequest();