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.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/php/index.php b/frontends/php/index.php
index 6e0916e3..b650668e 100644
--- a/frontends/php/index.php
+++ b/frontends/php/index.php
@@ -11,8 +11,6 @@
echo "<center>";
echo "<font face=\"arial,helvetica\" size=2>";
echo "Connected as ".$USER_DETAILS["alias"]."</b>";
- echo "<br>";
- echo "<a href=\"index.php?reconnect=1\">RECONNECT</a>";
echo "</font>";
echo "</center>";
?>