Changeset 58498
- Timestamp:
- 06/24/2024 03:49:43 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/src/wp-includes/functions.php
r54558 r58498 4015 4015 */ 4016 4016 function validate_file( $file, $allowed_files = '' ) { 4017 // Normalize path for Windows servers 4018 $file = wp_normalize_path( $file ); 4019 4017 4020 if ( false !== strpos( $file, '..' ) ) 4018 4021 return 1;
Note: See TracChangeset
for help on using the changeset viewer.