Changeset 58499
- Timestamp:
- 06/24/2024 03:51:00 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3/src/wp-includes/functions.php
r54557 r58499 3848 3848 */ 3849 3849 function validate_file( $file, $allowed_files = '' ) { 3850 3851 3852 3850 3853 if ( false !== strpos( $file, '..' ) ) 3851 3854 return 1;
Note: See TracChangeset
for help on using the changeset viewer.