X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FSession.php;h=f08c68ed0829f2de24643ddcbffc2f8b0e1b98e7;hb=24a82110fd45a8422efee0677b7acc214aa66e9a;hp=0af4d344b11337c019bc27ea3bdba480aa09ab86;hpb=ae2959c7805ae458b125f33e34f650c1520b4ccf;p=friendica.git diff --git a/src/Core/Session.php b/src/Core/Session.php index 0af4d344b1..f08c68ed08 100644 --- a/src/Core/Session.php +++ b/src/Core/Session.php @@ -1,8 +1,24 @@ . + * */ + namespace Friendica\Core; use Friendica\Database\DBA; @@ -12,8 +28,6 @@ use Friendica\Util\Strings; /** * High-level Session service class - * - * @author Hypolite Petovan */ class Session {