open_base_dir during get_directory_tree_with_opendir()
-
Please consider:
while ( ($filename = readdir( $dh )) !== false ){ $filepath = @realpath( $directory.'/'.$filename ); if ( false === $filepath ) { continue; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘open_base_dir during get_directory_tree_with_opendir()’ is closed to new replies.