Update scripts.php

Remove this code as its breaking the upgrade page when migrating from source to package paths.
This commit is contained in:
FusionPBX
2016-05-15 08:57:59 -06:00
parent 7c1eeac3c9
commit 4f35edbc49

View File

@@ -114,8 +114,6 @@ if (!class_exists('scripts')) {
}
chmod($dst_dir, 0775);
unset($dst_dir);
} else {
throw new Exception("Scripts directory doesn't exist");
}
}
}
@@ -284,4 +282,4 @@ if (!class_exists('scripts')) {
$obj = new scripts;
$obj->write_config();
*/
?>
?>