- Timestamp:
- 09/09/07 23:32:31 (15 months ago)
- Files:
-
- 1 modified
-
trunk/common/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/plugins.php
r386 r609 58 58 while (false !== ($file = readdir($handle))) { 59 59 if (strpos($file, ".") === 0) continue; // dont process . .. or hidden files/dirs 60 if (is_dir($this->plugindir.$file)) continue; // dont process directories 60 61 /* get the filename */ 61 62 /* all files should be: pluginname.php */
