Home
last modified time | relevance | path

Searched refs:copy_r (Results 1 – 2 of 2) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfctools.php175 function copy_r($source, $dest, $modedir = 0755, $modefile = 0664) function
204copy_r($source . DIRECTORY_SEPARATOR . $e, $dest . DIRECTORY_SEPARATOR . $e, $modedir, $modefile);
277 copy_r( $src_dir, $dst_dir );
H A Dpfcglobalconfig.class.php902 $ret = copy_r( dirname(__FILE__).'/../themes/default',
918 $ret = copy_r( $this->theme_path.'/'.$this->theme,