Format old PHP files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<h1>Results 6 hodin</h1>
|
||||
|
||||
<h2>Kategorie MO6<a href="<?php echo($_SERVER["HTTP_REFERER"]); ?>" onclick="history.go(-1);return false;" class="floatright">Zpět</a></h2>
|
||||
<h2>Kategorie MO6<a href="<?php echo $_SERVER['HTTP_REFERER']; ?>" onclick="history.go(-1);return false;" class="floatright">Zpět</a></h2>
|
||||
<pre>
|
||||
Rank Team Points Penalty Time Points
|
||||
1 Fešáci z Děčína 640 0 05:21:15 640
|
||||
@@ -33,7 +33,7 @@
|
||||
Pavlík Libor
|
||||
</pre>
|
||||
|
||||
<h2>Kategorie WO6<a href="<?php echo($_SERVER["HTTP_REFERER"]); ?>" onclick="history.go(-1);return false;" class="floatright">Zpět</a></h2>
|
||||
<h2>Kategorie WO6<a href="<?php echo $_SERVER['HTTP_REFERER']; ?>" onclick="history.go(-1);return false;" class="floatright">Zpět</a></h2>
|
||||
<pre>
|
||||
Rank Team Points Penalty Time Points
|
||||
1 MAMAS 420 0 05:51:54 420
|
||||
@@ -46,7 +46,7 @@
|
||||
Říčařová Žaneta
|
||||
Reslová Hana
|
||||
</pre>
|
||||
<h2>Kategorie XO6<a href="<?php echo($_SERVER["HTTP_REFERER"]); ?>" onclick="history.go(-1);return false;" class="floatright">Zpět</a></h2>
|
||||
<h2>Kategorie XO6<a href="<?php echo $_SERVER['HTTP_REFERER']; ?>" onclick="history.go(-1);return false;" class="floatright">Zpět</a></h2>
|
||||
<pre>
|
||||
Rank Team Points Penalty Time Points
|
||||
1 Anne & Björn 1000 0 05:53:25 1000
|
||||
|
||||
Reference in New Issue
Block a user