Changeset 58495
- Timestamp:
- 06/24/2024 03:46:05 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7/src/wp-includes/functions.php
r57452 r58495 4354 4354 */ 4355 4355 function validate_file( $file, $allowed_files = '' ) { 4356 // Normalize path for Windows servers 4357 $file = wp_normalize_path( $file ); 4358 4356 4359 if ( false !== strpos( $file, '..' ) ) 4357 4360 return 1;
Note: See TracChangeset
for help on using the changeset viewer.