mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Added check for php filter extension.
This commit is contained in:
parent
6317ff1312
commit
4b8097a004
@ -556,6 +556,7 @@ function install_step2() {
|
||||
$res += check_extension("zlib","PHP Zlib extension");
|
||||
$res += check_extension("json","PHP json extension");
|
||||
$res += check_extension("curl","CURL (Client URL Library)");
|
||||
$res += check_extension("filter","PHP filter extension");
|
||||
if (PHP_OS == "FreeBSD") {
|
||||
$res += check_exists ("/usr/local/bin/twopi","Graphviz Binary");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user