Ticket #4752: import.php.diff
File import.php.diff, 458 bytes (added by , 17 years ago) |
---|
-
import.php
16 16 $import_root = ABSPATH.$import_loc; 17 17 $imports_dir = @ opendir($import_root); 18 18 if ($imports_dir) { 19 while ( ($file = readdir($imports_dir) !== false) {19 while ($file = readdir($imports_dir) !== false) { 20 20 if ($file{0} == '.') { 21 21 continue; 22 22 } elseif (substr($file, -4) == '.php') {