fixing /usr/share/fusionpbx to be /usr/share/examples/fusionpbx

This commit is contained in:
Richard Neese
2014-10-23 18:03:33 +00:00
parent a866c04b22
commit 49840b33da
7 changed files with 19 additions and 19 deletions

View File

@@ -162,7 +162,7 @@ include "root.php";
//function copy_sounds() {
// if (file_exists($this->switch_sounds_dir)) {
// if (file_exists('/usr/share/examples/fusionpbx/resources/install/sounds/en/us/callie/custom/')){
// $src_dir = '/usr/share/fusionpbx/resources/install/sounds/en/us/callie/custom/';
// $src_dir = '/usr/share/examples/fusionpbx/resources/install/sounds/en/us/callie/custom/';
// changes the output dir for testing
// $dst_dir = $this->switch_sounds_dir.'/en/us/fusionpbx/custom/';
// }