Changeset 52416
- Timestamp:
- 12/25/2021 11:15:32 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r52352 r52416 5901 5901 } 5902 5902 5903 // More than one occur ence of `../` is not allowed:5903 // More than one occurrence of `../` is not allowed: 5904 5904 if ( preg_match_all( '#\.\./#', $file, $matches, PREG_SET_ORDER ) && ( count( $matches ) > 1 ) ) { 5905 5905 return 1;
Note: See TracChangeset
for help on using the changeset viewer.