icingaweb2/library/Icinga/Application
Bas Couwenberg 075eb17005 Use continue <N> in case statements to fix ErrorException with PHP 7.3.
```
Fatal error: Uncaught ErrorException: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
```
2018-11-23 18:34:56 +01:00
..
Hook Merge pull request #3530 from Icinga/feature/enforce-a-named-identity-for-audit-logs 2018-07-18 15:27:45 +02:00
Logger Add log writer PhpWriter 2017-09-08 15:39:31 +02:00
Modules Use continue <N> in case statements to fix ErrorException with PHP 7.3. 2018-11-23 18:34:56 +01:00
ApplicationBootstrap.php Make icingacli working without the setup module 2018-01-16 12:21:42 +01:00
Benchmark.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
ClassLoader.php Fix interference between two similar namespaces 2018-03-01 14:01:57 +01:00
Cli.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
Config.php Config: Fix cached loading of module config 2017-08-11 08:35:34 +02:00
EmbeddedWeb.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
Hook.php Fix permission test in Hook::has() 2018-08-16 17:03:42 +02:00
Icinga.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
LegacyWeb.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
Logger.php Prefer Json::encode() over json_encode() 2018-06-20 18:05:11 +02:00
Platform.php Introduce SQLite resource type 2018-06-27 09:40:22 +02:00
Version.php Raise version to 2.6.2 2018-11-20 12:39:21 +01:00
Web.php Web: Setup the logger earlier in the bootstrap process 2018-10-08 14:03:34 +02:00
functions.php functions.php: failsafe method initialization 2016-02-25 18:07:29 +01:00
webrouter.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00