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 3d4c309 commit b4795edCopy full SHA for b4795ed
web/src/app/WebApp/Installers/DokuWiki/DokuWikiSetup.php
@@ -81,7 +81,7 @@ public function install(array $options = null, &$status=null)
81
$installUrl = $webDomain . "install.php";
82
83
$cmd = implode(" ", array(
84
- "curl",
+ "/usr/bin/curl",
85
"--request POST",
86
($sslEnabled ? "" : "--insecure "),
87
"--url " . escapeshellarg($installUrl),
0 commit comments