Changeset 808


Ignore:
Timestamp:
06/24/11 09:03:17 (11 months ago)
Author:
r2
Message:

выход пути на уровень вверх в фильтре инклуда

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/filters/f_includes/filter.php

    r782 r808  
    1414        function getLink($file){                 
    1515                trim($file); 
     16        $file = str_replace('..', '', $file); 
    1617                $filefull = $_SERVER['DOCUMENT_ROOT'].'/includes/myphp/'.$file; 
    1718                 
Note: See TracChangeset for help on using the changeset viewer.