mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
Do not require ApplicationBootstrap in index.php
refs #5638 fixes #5529
This commit is contained in:
parent
3bb2206753
commit
a630a96e01
@ -29,6 +29,10 @@
|
||||
|
||||
namespace Icinga\Application;
|
||||
|
||||
// @codingStandardsIgnoreStart
|
||||
require_once dirname(__FILE__) . '/ApplicationBootstrap.php';
|
||||
// @codingStandardsIgnoreStop
|
||||
|
||||
use \DateTimeZone;
|
||||
use \Exception;
|
||||
use \Zend_Layout;
|
||||
|
@ -9,7 +9,6 @@
|
||||
*/
|
||||
date_default_timezone_set('UTC');
|
||||
|
||||
require_once dirname(__FILE__). '/../library/Icinga/Application/ApplicationBootstrap.php';
|
||||
require_once dirname(__FILE__). '/../library/Icinga/Application/Web.php';
|
||||
|
||||
use Icinga\Application\Web;
|
||||
|
Loading…
x
Reference in New Issue
Block a user