Changeset 58499
- Timestamp:
- 06/24/2024 03:51:00 PM (2 years ago)
- File:
-
- 1 edited
-
branches/4.3/src/wp-includes/functions.php (modified) (1 diff)
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 // Normalize path for Windows servers 3851 $file = wp_normalize_path( $file ); 3852 3850 3853 if ( false !== strpos( $file, '..' ) ) 3851 3854 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)