We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53109a commit 5bb6e37Copy full SHA for 5bb6e37
install/lib/installer_base.lib.php
@@ -52,7 +52,7 @@ private function install_acme() {
52
}
53
54
public function update_acme() {
55
- $acme = explode("\n", shell_exec('which acme.sh /usr/local/ispconfig/server/scripts/acme.sh /root/.acme.sh/acme.sh 2> /dev/null'));
+ $acme = explode("\n", (string)shell_exec('which acme.sh /usr/local/ispconfig/server/scripts/acme.sh /root/.acme.sh/acme.sh 2> /dev/null'));
56
$acme = reset($acme);
57
$val = 0;
58
0 commit comments