Changeset 46499 for branches/4.3/src/wp-includes/functions.php
- Timestamp:
- 10/14/2019 07:11:50 PM (7 years ago)
- Location:
- branches/4.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3
- Property svn:mergeinfo changed
/trunk merged: 46474-46478,46483,46485
- Property svn:mergeinfo changed
-
branches/4.3/src/wp-includes/functions.php
r43996 r46499 1507 1507 if ( file_exists( $target ) ) 1508 1508 return @is_dir( $target ); 1509 1510 // Do not allow path traversals. 1511 if ( false !== strpos( $target, '../' ) || false !== strpos( $target, '..' . DIRECTORY_SEPARATOR ) ) { 1512 return false; 1513 } 1509 1514 1510 1515 // We need to find the permissions of the parent folder that exists and inherit that.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)