Ignore:
Timestamp:
Dec 31, 2016, 10:33:38 AM (7 years ago)
Author:
chronos
Message:
  • Modified: Write error message also to error log file.
  • Fixed: Removed executable files from non-executable files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Error.php

    r69 r77  
    8585      $Output .= '<pre>'.$Message.'</pre><br/>';
    8686    $Output .= '</body></html>';
     87    error_log($Message);
    8788    echo($Output);
    8889  }
Note: See TracChangeset for help on using the changeset viewer.