aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/SessionDecoder.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-06-21 09:29:24 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-06-21 09:29:24 +0000
commitb1f13ce8299d581ccb889e2d98e13574bffcc5ba (patch)
tree644385d6fea33f831a714fc3783f8161a2cb1d86 /lib/classes/SessionDecoder.php
parent7635e34c038e86e2b369b3f6edc457042ffa5b66 (diff)
add remaining class filename and add migration to fix the cronjobs, re #4282
Merge request studip/studip!3136
Diffstat (limited to 'lib/classes/SessionDecoder.php')
-rw-r--r--lib/classes/SessionDecoder.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/classes/SessionDecoder.php b/lib/classes/SessionDecoder.php
index d437494..fc40c07 100644
--- a/lib/classes/SessionDecoder.php
+++ b/lib/classes/SessionDecoder.php
@@ -3,7 +3,7 @@
# Lifter003: TODO
# Lifter010: TODO
/**
- * SessionDecoder.class.php
+ * SessionDecoder.php
*
* decodes serialized PHP session data
*
@@ -13,7 +13,7 @@
*/
// +---------------------------------------------------------------------------+
// This file is part of Stud.IP
-// SessionDecoder.class.php
+// SessionDecoder.php
//
// Copyright (C) 2008 André Noack <noack@data-quest>, data-quest GmbH <info@data-quest.de>
// +---------------------------------------------------------------------------+