Changeset 58485
- Timestamp:
- 06/24/2024 03:29:55 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7/src/wp-includes/functions.php
r54553 r58485 5439 5439 */ 5440 5440 function validate_file( $file, $allowed_files = array() ) { 5441 // Normalize path for Windows servers 5442 $file = wp_normalize_path( $file ); 5443 5441 5444 // `../` on its own is not allowed: 5442 5445 if ( '../' === $file ) {
Note: See TracChangeset
for help on using the changeset viewer.