summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2013-12-29 18:13:04 +0000
committerChristian Pointner <equinox@ffgraz.net>2013-12-29 18:13:04 +0000
commitdfaf25fe5c8f055b1c44d51287452a38772aca37 (patch)
tree17a5fe214b381d56cbfe22e000bf8a7077c8c92c
parent4981a449a05fc97549f4d1db1585248985fabce6 (diff)
fixed php error
-rw-r--r--index.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/index.php b/index.php
index 852d3ff..04322c0 100644
--- a/index.php
+++ b/index.php
@@ -147,17 +147,17 @@ if($_SERVER['HTTP_HOST'] == 'dev-karte.ffgraz.net') {
</div>
</div>
<div id="southeastcontainer">
- <!-- <div id="loginbox" class="box"> -->
- <!-- <script type="text/javascript"> -->
- <!-- <?php -->
- <!-- if (!isset($_SESSION['logged_in']) || !$_SESSION['logged_in']) { -->
- <!-- echo 'showFFLogin();'; -->
- <!-- } else { -->
- <!-- echo 'showFFLogout("'.$_SESSION['username'].'");'; -->
- <!-- } -->
- <!-- ?>11 -->
- <!-- </script> -->
- <!-- </div> -->
+ <div id="loginbox" class="box">
+ <script type="text/javascript">
+ <?php
+ /* if (!isset($_SESSION['logged_in']) || !$_SESSION['logged_in']) { */
+ /* echo 'showFFLogin();'; */
+ /* } else { */
+ /* echo 'showFFLogout("'.$_SESSION['username'].'");'; */
+ /* } */
+ ?>
+ </script>
+ </div>
<div id="addressbox" class="box">
<b>Adresse suchen (Strassenname Nr. <, Ort>):</b>
<form action="#" onsubmit="showAddress(this.address.value); return false">