summaryrefslogtreecommitdiff
path: root/mobile/logout.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-19 09:52:33 +0100
committerAndrew Dolgov <[email protected]>2006-08-19 09:52:33 +0100
commite9e95daec28936b87d97f5e4e8c62608d2424608 (patch)
treeefc536cc128c7881262a2854213a9e02b50e9b96 /mobile/logout.php
parent20862e584fae334be87a1c0e0b9a91937e4832c7 (diff)
remove short php tags in mobile version, fix star action in vfeeds
Diffstat (limited to 'mobile/logout.php')
-rw-r--r--mobile/logout.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/logout.php b/mobile/logout.php
index f23fd9bb3..76641467d 100644
--- a/mobile/logout.php
+++ b/mobile/logout.php
@@ -1,4 +1,4 @@
-<?
+<?php
require_once "functions.php";
require_once "../config.php";
@@ -37,4 +37,4 @@
</body>
</html>
-<? } ?>
+<?php } ?>