isAnonymous() && $S->user->isAllowed()) { http::redirect("/crashes.php"); } Layout::header(); ?>
This application is used for analyzing crash reports and statistics for the Singularity Viewer project.
Access to this tool is granted to the members of the development team. The main goal is to identify the most common problems and improve the experience for the users of Singularity Viewer.
isAnonymous()) { if ($S->user->isAllowed()) { print 'Your account has been granted access.
'; } else { print 'Your account has no access to the system at this time.
'; } } Layout::footer(); /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * End: * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */