icingaweb2/library/Icinga/Web/Session
Alexander Klimov 7ff51caed0 Remove leading backslashes from the targets of use statements
- use \Exception;
+ use Exception;
2014-08-27 15:51:49 +02:00
..
PhpSession.php Fix notice that the session has been already started after retrieving its id 2014-07-16 15:39:40 +02:00
Session.php Protect login against CSRF 2014-07-16 09:55:23 +02:00
SessionNamespace.php Remove leading backslashes from the targets of use statements 2014-08-27 15:51:49 +02:00