summaryrefslogtreecommitdiff
path: root/logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'logout.php')
-rw-r--r--logout.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/logout.php b/logout.php
index 056cc025d..f3987d853 100644
--- a/logout.php
+++ b/logout.php
@@ -1,4 +1,4 @@
-<?
+<?php
require_once "sessions.php";
require_once "config.php";
@@ -39,4 +39,4 @@
</div>
</body>
</html>
-<? } ?>
+<?php } ?>