Changeset 58496
- Timestamp:
- 06/24/2024 03:47:19 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6/src/wp-includes/functions.php
r57450 r58496 4269 4269 */ 4270 4270 function validate_file( $file, $allowed_files = '' ) { 4271 // Normalize path for Windows servers 4272 $file = wp_normalize_path( $file ); 4273 4271 4274 if ( false !== strpos( $file, '..' ) ) 4272 4275 return 1;
Note: See TracChangeset
for help on using the changeset viewer.