From 7d9a29cbc058c1ef02a0033ec3332c229e4c6b5e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 25 Sep 2015 20:06:35 +0200 Subject: [PATCH] Remove also old .htaccess file that is not used anymore (#1489980) --- bin/installto.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/installto.sh b/bin/installto.sh index 4be6528a2..bd8e97b60 100755 --- a/bin/installto.sh +++ b/bin/installto.sh @@ -60,6 +60,8 @@ if (strtolower($input) == 'y') { break; } } + // remove old (<1.0) .htaccess file + @unlink("$target_dir/program/.htaccess"); echo "done.\n\n"; if (is_dir("$target_dir/skins/default")) {