Changeset 18979


Ignore:
Timestamp:
2010/11/06 18:54:21 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php

    r18974 r18979  
    9797    } 
    9898 
     99     
     100    function searchPlugins(){ 
     101      $plugin_dir = DATA_PATH."/plugin/"; 
     102      if($dh = opendir($plugin_dir)){ 
     103          while(($file = readdir($dh) !== false)){ 
     104             if(is_dir($plugin_dir."/".$file)){ 
     105                                
     106             } 
     107          } 
     108      } 
     109          
     110         
     111         
     112    } 
     113     
     114     
    99115    /** 
    100116     * デストラクタ. 
Note: See TracChangeset for help on using the changeset viewer.