Fix the SIP profiles for the package install

This commit is contained in:
Mark Crane
2014-08-12 19:18:36 +00:00
parent c4136913d6
commit 6e6c58ad08
3 changed files with 128 additions and 92 deletions

View File

@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Copyright (C) 2010
Copyright (C) 2010-2014
All Rights Reserved.
Contributor(s):
@@ -36,7 +36,7 @@ include "root.php";
var $switch_sounds_dir;
//$option '-n' --no-clobber
function recursive_copy($src, $dst, $option = '') {
public function recursive_copy($src, $dst, $option = '') {
if (file_exists('/bin/cp')) {
exec ('cp -RLp '.$option.' '.$src.'/* '.$dst);
}