Home
last modified time | relevance | path

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

/plugin/accscounter/
H A Daction.php49 …if ($this->dir_copy($old, $new)) echo $this->getLang('success') . '<br><br>'; else echo $this->get…
164 protected function dir_copy($dir_name, $new_dir) { function in action_plugin_accscounter
176 $this->dir_copy($dir_name . "/" . $file, $new_dir . "/" . $file);