PHP short-open-tags fixed

This commit is contained in:
Frank Agerholm 2018-12-27 16:00:48 +01:00
commit 2679cd9e4a
12 changed files with 21 additions and 21 deletions

View file

@ -1,4 +1,4 @@
<?
<?php
include("retwis.php");
include("header.php");
@ -17,7 +17,7 @@ if (isLoggedIn() && $User['id'] != $userid) {
}
}
?>
<?
<?php
$start = gt("start") === false ? 0 : intval(gt("start"));
showUserPostsWithPagination(gt("u"),$userid,$start,10);
include("footer.php")