Changeset 58484
- Timestamp:
- 06/24/2024 03:27:46 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8/src/wp-includes/functions.php
r54548 r58484 5789 5789 */ 5790 5790 function validate_file( $file, $allowed_files = array() ) { 5791 // Normalize path for Windows servers 5792 $file = wp_normalize_path( $file ); 5793 5791 5794 // `../` on its own is not allowed: 5792 5795 if ( '../' === $file ) {
Note: See TracChangeset
for help on using the changeset viewer.