tbrehm
2008-12-06 ba3cf0dc8b8cb4cd5ccc0d1c8e9d49f758ad5a39
interface/web/login/index.php
@@ -118,11 +118,7 @@
           }
      }
      if($error != ''){
           $error = '<table class="error">
         <tr>
         <td><strong>Error:</strong><br>'.$error.'</td>
         </tr>
         </table>';
           $error = '<div class="box box_error"><h1>Error</h1>'.$error.'</div>';
      }