diff --git a/resources/classes/install.php b/resources/classes/install.php index 55de99c6c7..aa3ba0cf0d 100644 --- a/resources/classes/install.php +++ b/resources/classes/install.php @@ -180,8 +180,7 @@ include "root.php"; } } } - } - } + // } function copy_swf() { @@ -199,16 +198,16 @@ include "root.php"; } } - #function copy_phrases() { - # clearstatcache(); - # if (file_exists($this->switch_conf_dir."/lang")) { - # $src_dir = $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/resources/templates/conf/lang"; - # $dst_dir = $this->switch_conf_dir."/lang"; - # if (is_readable($this->switch_conf_dir)) { - # - # } - # } - #} + //function copy_phrases() { + // clearstatcache(); + // if (file_exists($this->switch_conf_dir."/lang")) { + // $src_dir = $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/resources/templates/conf/lang"; + // $dst_dir = $this->switch_conf_dir."/lang"; + // if (is_readable($this->switch_conf_dir)) { + // + // } + // } + //} }