summaryrefslogtreecommitdiff
path: root/includes/Session.php
diff options
context:
space:
mode:
authorh5p9sl <21267024+h5p9sl@users.noreply.github.com>2021-05-13 22:07:11 -0600
committerh5p9sl <21267024+h5p9sl@users.noreply.github.com>2021-05-14 02:37:13 -0600
commitfe41f57df59c7f2a11d80eaaebf08d3a3a51a6d5 (patch)
tree8917741bbe991d6ddf4f23953309288975f56eb2 /includes/Session.php
parent4145fa13230d25d9978c003a8cccd1b7c2e11aaf (diff)
Add error handling
Diffstat (limited to 'includes/Session.php')
-rw-r--r--includes/Session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Session.php b/includes/Session.php
index 7951d70..ceaa765 100644
--- a/includes/Session.php
+++ b/includes/Session.php
@@ -54,4 +54,4 @@ class Session
return $result;
}
-} \ No newline at end of file
+}