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");
# Form sanity checks
@ -33,6 +33,6 @@ include("header.php");
?>
<h2>Welcome aboard!</h2>
Hey <?=utf8entities($username)?>, now you have an account, <a href="index.php">a good start is to write your first message!</a>.
<?
<?php
include("footer.php")
?>