modified: submitbot_tcp.py
[ctf/pub/submit_bot.git] / index_flag_ids.php
index 2b96aa60bfa0ef2c88ce58b837c6149ba0d7bad0..b79883c465169b87622d16e056effbed56853386 100644 (file)
@@ -28,8 +28,8 @@ $query = "SELECT * FROM flag_ids WHERE (received + INTERVAL '30 minute') > now()
       <thead>
         <tr>
             <th>service</th>
+            <th>team</th>
             <th>flag_id</th>
-            <th>host</th>
             <th>received</th>
             <th>status</th>
           </tr>
@@ -41,6 +41,7 @@ $query = "SELECT * FROM flag_ids WHERE (received + INTERVAL '30 minute') > now()
           ?>
             <tr class="score-<?php echo $row['status']; ?>">
               <td><?php echo $row['service']; ?>&nbsp;</td>
+              <td><?php echo $row['team']; ?>&nbsp;</td>
               <td><?php echo $row['flag_id']; ?>&nbsp;</td>
               <td><?php echo $row['host']; ?>&nbsp;</td>
               <td><?php echo $row['received']; ?></td>