Changeset 58495 for branches/4.7/src/wp-includes/functions.php
- Timestamp:
- 06/24/2024 03:46:05 PM (2 years ago)
- File:
-
- 1 edited
-
branches/4.7/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7/src/wp-includes/functions.php
r57452 r58495 4354 4354 */ 4355 4355 function validate_file( $file, $allowed_files = '' ) { 4356 // Normalize path for Windows servers 4357 $file = wp_normalize_path( $file ); 4358 4356 4359 if ( false !== strpos( $file, '..' ) ) 4357 4360 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)