summaryrefslogtreecommitdiffstats
path: root/frontends/php/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/index.php')
-rw-r--r--frontends/php/index.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/frontends/php/index.php b/frontends/php/index.php
index 3b585223..b906ff30 100644
--- a/frontends/php/index.php
+++ b/frontends/php/index.php
@@ -39,15 +39,10 @@
}
else
{
- echo "<center>";
+ echo "<div align=center>";
echo "Press <a href=\"index.php?reconnect=1\">here</a> to disconnect/reconnect";
- echo "</center>";
+ echo "</div>";
}
-// echo "<center>";
-// echo "<font face=\"arial,helvetica\" size=2>";
-// echo "Connected as ".$USER_DETAILS["alias"]."</b>";
-// echo "</font>";
-// echo "</center>";
?>
<?