Changeset 2273

Show
Ignore:
Timestamp:
12/01/10 11:31:01 (18 months ago)
Author:
nick_ramsay
Message:

[1.5] Fixing typos in my previous commit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.5/libs/PageHandling.php

    r2272 r2273  
    174174                if ($page) 
    175175                { 
    176                         $page = str_replace('..', '', $page)); // prevents access outside the current folder 
     176                        $page = str_replace('..', '', $page); // prevents access outside the current folder 
    177177                        return rtrim($page, '/'); 
    178178                } 
     
    267267                } 
    268268 
    269                 $page = str_replace('..', '', $page)); // prevents access outside the current folder 
     269                $page = str_replace('..', '', $page); // prevents access outside the current folder 
    270270                $page = $page . '.php'; 
    271271