3 Commits

Author SHA1 Message Date
b0aaf70e4d Merge remote-tracking branch 'origin/5.3.0dev' 2026-02-24 10:46:30 -05:00
b70996b4d9 Fixed typo (applocation) 2026-02-24 10:22:09 -05:00
f20b4cd8b6 Update LICENSE
Added License info for the Fugue icon set
2026-02-14 10:55:58 -05:00

View File

@@ -202,7 +202,7 @@ then
else else
# proceed with upgrade # proceed with upgrade
# put app in maintenance mode # put app in maintenance mode
echo "Putting the applocation in maintenance mode..." echo "Putting the application in maintenance mode..."
# make sure mod_rewrite is enabled # make sure mod_rewrite is enabled
if [[ ! -e "$APACHE_CONF_DIR/../mods-enabled/rewrite.load" ]] if [[ ! -e "$APACHE_CONF_DIR/../mods-enabled/rewrite.load" ]]
then then