Skip to content

Commit f5fe068

Browse files
committed
Delete install.php on default
1 parent 47c1621 commit f5fe068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/app/WebApp/Installers/DokuWiki/DokuWikiSetup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public function install(array $options = null)
9595
exec($cmd, $msg, $code);
9696

9797
// remove temp folder
98+
$this->appcontext->runUser('v-delete-fs-file', [$this->getDocRoot("install.php")], $result);
9899
$this->cleanup();
99100

100101
return ($code === 0);

0 commit comments

Comments
 (0)