PHP short-open-tags fixed
This commit is contained in:
parent
74fa8136d2
commit
2679cd9e4a
12 changed files with 21 additions and 21 deletions
|
|
@ -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")
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue