truncated_request.patch

Patch for log.php against rev. 204 - Marcel Koßin, 11/22/2009 10:18 am

Download (666 Bytes)

 
wi-unstable_mk/log.php 2009-11-22 10:08:55.000000000 +0100
101 101
                                 <td><a href=whois.php?ip=$arr[ip]>$arr[ip]</a></td>
102 102
                                  <td>".substr($arr['host'], 0, 32)."</td>
103 103
                                   <td>$arr[attime]</td>
104
                                    <td>".substr($arr['req'], 0, -1)."</td>
104
                                    <td>".substr($arr['req'], 0)."</td>
105 105
                                  </tr>";
106 106
			}
107 107
			echo "</table>";