gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15408 - gauger/web


From: gnunet
Subject: [GNUnet-SVN] r15408 - gauger/web
Date: Fri, 3 Jun 2011 18:51:27 +0200

Author: bartpolot
Date: 2011-06-03 18:51:27 +0200 (Fri, 03 Jun 2011)
New Revision: 15408

Modified:
   gauger/web/template_host.php
Log:
Fixed search problem


Modified: gauger/web/template_host.php
===================================================================
--- gauger/web/template_host.php        2011-06-03 16:42:15 UTC (rev 15407)
+++ gauger/web/template_host.php        2011-06-03 16:51:27 UTC (rev 15408)
@@ -21,8 +21,7 @@
 <?php if (isset($hosts[$current])): ?>
     <div class="title">
         <h1>SHOWING HOST: <?php echo $current ?></h1>
-        <form action="index.php" method="get" id="search_host">
-            <input name="host" value="<?php echo $current ?>" 
class="hidden_input"/>
+        <form action="" method="get" id="search_host">
             <input name="q" value="<?php echo $q ?>"/>
             <input type="submit" value="Search">
         </form>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]