Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/installto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/installto.sh b/bin/installto.sh
index 7805bc390..0cb8f09d6 100755
--- a/bin/installto.sh
+++ b/bin/installto.sh
@@ -58,7 +58,7 @@ if (strtolower($input) == 'y') {
echo "Copying files to target location...";
$adds = [];
- $dirs = ['bin','SQL','plugins','skins','program'];
+ $dirs = ['bin','SQL','plugins','skins','program','public_html'];
if (is_dir(INSTALL_PATH . 'vendor') && !is_file("$target_dir/composer.json")) {
$dirs[] = 'vendor';