tbrehm
2010-10-22 fb3a98c0f06fb14a188e5a020936768fa04cb205
server/lib/app.inc.php
@@ -127,10 +127,10 @@
                        break;
                  }
                     
                            if (!fwrite($fp, date('d.m.Y-H:i').' - '.$priority_txt.' - '. $msg."\r\n")) {
                            if (!fwrite($fp, @date('d.m.Y-H:i').' - '.$priority_txt.' - '. $msg."\r\n")) {
                                die('Unable to write to logfile.');
                            }
            echo date('d.m.Y-H:i').' - '.$priority_txt.' - '. $msg."\n";
            echo @date('d.m.Y-H:i').' - '.$priority_txt.' - '. $msg."\n";
            fclose($fp);
               // Log to database