Plugin Directory

Changeset 1111120


Ignore:
Timestamp:
03/12/2015 02:10:58 PM (11 years ago)
Author:
yorman
Message:

Modified. Reduce the length of error log names in hardening

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sucuri-scanner/trunk/sucuri.php

    r1110539 r1111120  
    80198019
    80208020        foreach ( $error_logs as $error_log_path ){
     8021            $error_log_path = str_replace( ABSPATH, '/', $error_log_path );
    80218022            $description .= '<li>' . $error_log_path . '</li>';
    80228023        }
Note: See TracChangeset for help on using the changeset viewer.