Ignore:
Timestamp:
Jul 30, 2014, 9:48:12 PM (10 years ago)
Author:
chronos
Message:
  • Opraveno: Odstranění netisknutelných znaků z RSS výstupu systémových záznamů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Log/Log.php

    r671 r681  
    7676    while($Line = $DbResult->fetch_assoc())
    7777    {
     78      $Line['Value'] = preg_replace('/[\x00-\x1F\x80-\xFF]/', '', $Line['Value']);
    7879      $Line['Value'] = htmlspecialchars($Line['Value']);
    7980      $Line['Value'] = str_replace("\n", '<br>', $Line['Value']);
Note: See TracChangeset for help on using the changeset viewer.