summaryrefslogtreecommitdiff
path: root/www-ssl/admin/news.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin/news.php')
-rwxr-xr-xwww-ssl/admin/news.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/admin/news.php b/www-ssl/admin/news.php
index 3bc77bd4..f37c9a08 100755
--- a/www-ssl/admin/news.php
+++ b/www-ssl/admin/news.php
@@ -14,7 +14,7 @@ $Erg = mysql_query($SQL, $con);
$rowcount = mysql_num_rows($Erg);
?>
-Hallo <? echo $_SESSION['Nick'] ?>, <br>
+Hallo <?PHP echo $_SESSION['Nick'] ?>, <br>
hier kannst du die News s&auml;bern... falls jemand auf die Idee kommt,
hier herumzuspamen oder aus Versehen falsche Informationen zu hinterlegen :)<br><br>
@@ -27,7 +27,7 @@ hier herumzuspamen oder aus Versehen falsche Informationen zu hinterlegen :)<br>
<td>Engeltreff</td>
<td>&Auml;nd.</td>
</tr>
-<?
+<?PHP
for ($i=0; $i < $rowcount; $i++) {
echo "\t<tr class=\"content\">\n";