1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-23 17:42:15 -05:00
This commit is contained in:
Nicolas Lœuillet 2014-07-25 07:26:56 +02:00
parent 7dd8b5026d
commit 830612f555

View File

@ -106,7 +106,7 @@ class Routing
} }
//allowed ONLY to logged in user //allowed ONLY to logged in user
if ( \Session::isLogged() === true ) if (\Session::isLogged() === true)
{ {
if (isset($_GET['logout'])) { if (isset($_GET['logout'])) {
// see you soon ! // see you soon !