Changeset 58808 for branches/6.5/src/wp-includes/functions.php
- Timestamp:
- 07/25/2024 04:33:50 PM (23 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
-
branches/6.5/src/wp-includes/functions.php
r58474 r58808 6193 6193 } 6194 6194 6195 // Normalize path for Windows servers 6195 // Normalize path for Windows servers. 6196 6196 $file = wp_normalize_path( $file ); 6197 // Normalize path for $allowed_files as well so it's an apples to apples comparison. 6198 $allowed_files = array_map( 'wp_normalize_path', $allowed_files ); 6197 6199 6198 6200 // `../` on its own is not allowed:
Note: See TracChangeset
for help on using the changeset viewer.