summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-12 21:15:42 +0300
committerAndrew Dolgov <[email protected]>2021-11-12 21:15:42 +0300
commit848ba09439d97e4d571ca1a35b6a68327354c260 (patch)
treeb2f1a43fbd88d97bd346a6cdac8b723bd7dabd4c /include
parente5966e575af96c96b530284eb360095f460d5828 (diff)
remove some closing php tags
Diffstat (limited to 'include')
-rw-r--r--include/sessions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sessions.php b/include/sessions.php
index e92a7d9..bf2cec0 100644
--- a/include/sessions.php
+++ b/include/sessions.php
@@ -63,4 +63,3 @@
if (session_status() != PHP_SESSION_ACTIVE)
session_start();
}
-?>