Changeset 19238
- Timestamp:
- 2010/11/07 00:16:35 (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
r19237 r19238 62 62 $this->objForm = $objForm; 63 63 } 64 65 64 65 66 66 /** 67 67 * Page のプロセス. … … 100 100 101 101 function getPluginOnFilesystem(){ 102 DATA_PATH."plugin/";102 $dh = opendir(DATA_PATH."plugin/"); 103 103 104 104 105 105 } 106 106
Note: See TracChangeset
for help on using the changeset viewer.