Fix the syntax by adding a missing semi-colon.

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

View File

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