There was an error while loading. Please reload this page.
1 parent 454be9e commit 65aecbbCopy full SHA for 65aecbb
1 file changed
ct/limesurvey.sh
@@ -28,8 +28,6 @@ function update_script() {
28
msg_error "No ${APP} Installation Found!"
29
exit
30
fi
31
-
32
- # mod_rewrite is required by the shipped .htaccess (for upgrades from older versions)
33
if [[ ! -L /etc/apache2/mods-enabled/rewrite.load ]]; then
34
msg_info "Enabling Apache mod_rewrite"
35
$STD a2enmod rewrite
0 commit comments