Marius Hein c905b1f490 Test and move bootstrapping/web code to source tree
Move code from incubator to web. Only files needed to show
welcome moved.

refs #4249
2013-06-17 08:49:27 +02:00

20 lines
349 B
PHP
Executable File

<?php
// @codingStandardsIgnoreStart
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
use Icinga\Authentication\Manager;
/**
* Class Zend_View_Helper_Auth
*/
class Zend_View_Helper_Auth extends Zend_View_Helper_Abstract
{
public function auth()
{
return Manager::getInstance();
}
}
// @codingStandardsIgnoreEnd