Changeset 19156
- Timestamp:
- 2010/11/06 23:14:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php
r19153 r19156 100 100 101 101 102 function searchPlugins(){103 $plugin_dir = DATA_PATH."/plugin/";104 if($dh = opendir($plugin_dir)){105 while(($file = readdir($dh) !== false)){106 if(is_dir($plugin_dir."/".$file)){107 108 }109 }110 }111 112 113 114 }115 102 116 103
Note: See TracChangeset
for help on using the changeset viewer.