parent
c4493e6106
commit
d2a2883834
|
@ -3893,6 +3893,13 @@ installRemoteModule() {
|
|||
fi
|
||||
fi
|
||||
;;
|
||||
smbclient)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installRemoteModule_version=1.1.1
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
snappy)
|
||||
if test -z "$installRemoteModule_path"; then
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
|
|
Loading…
Reference in New Issue