- Timestamp:
- 10/21/06 18:46:27 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/admin_mods.php
r26 r27 30 30 </tr> 31 31 HTML; 32 if ($handle = opendir(' mods')) {32 if ($handle = opendir('../mods')) { 33 33 while (false !== ($file = readdir($handle))) { 34 34 if(is_dir("mods/$file") && $file != ".." & $file != "." & $file != ".svn"){