Alexander Klimov
|
87a5967501
|
Remove leading backslashes from the targets of use statements
- use \Exception;
+ use Exception;
|
2014-08-27 11:16:44 +02:00 |
Johannes Meyer
|
3105c2059e
|
Remove license headers from all files
refs #6309
|
2014-07-15 13:43:52 +02:00 |
Johannes Meyer
|
68357e9ca2
|
Fix coding style
|
2014-02-21 14:07:32 +01:00 |
Eric Lippmann
|
ca1d50ae53
|
Rename Icinga 2 Web to Icinga Web 2
|
2013-10-23 15:11:06 +02:00 |
Matthias Jentsch
|
1d07a766d9
|
Add form classes to handle the configuration
Add a tri-state form element to handle the configuration flags and add the form
to the controllers
refs #3788
|
2013-10-18 16:44:02 +02:00 |