Remove also old .htaccess file that is not used anymore (#1489980)

pull/315/head
Aleksander Machniak 9 years ago
parent c2269df436
commit 7d9a29cbc0

@ -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")) {

Loading…
Cancel
Save