Another minor adjustment.

This commit is contained in:
markjcrane 2015-11-25 18:18:48 -07:00
parent cfdccded76
commit 04f3fa6a7a
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ include "root.php";
else {
$script_dir = $this->detect_switch->script_dir();
}
if (file_exists($script_dir())) {
if (file_exists($script_dir)) {
if (file_exists('/usr/share/examples/fusionpbx/resources/install/scripts')){
$src_dir = '/usr/share/examples/fusionpbx/resources/install/scripts';
}