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