summaryrefslogtreecommitdiff
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
parente5966e575af96c96b530284eb360095f460d5828 (diff)
remove some closing php tags
-rw-r--r--classes/db.php2
-rw-r--r--include/sessions.php1
2 files changed, 0 insertions, 3 deletions
diff --git a/classes/db.php b/classes/db.php
index 42422b2..bf14468 100644
--- a/classes/db.php
+++ b/classes/db.php
@@ -37,5 +37,3 @@ class Db {
}
};
-
-?>
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();
}
-?>