Changeset 58470
- Timestamp:
- 06/24/2024 02:36:22 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r58430 r58470 6200 6200 } 6201 6201 6202 // Normalize path for Windows servers 6203 $file = wp_normalize_path( $file ); 6204 6202 6205 // `../` on its own is not allowed: 6203 6206 if ( '../' === $file ) {
Note: See TracChangeset
for help on using the changeset viewer.