File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -1190,7 +1190,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ]
11901190then
11911191
11921192 # Display Easy Engine Version
1193- echo " easyengine version: 1.1.0 "
1193+ echo " easyengine version: 1.1.1 "
11941194
11951195# Easy Engine Info
11961196elif [ " $1 " = " info" ]
Original file line number Diff line number Diff line change @@ -178,6 +178,11 @@ EE101()
178178 sed -i " /extension/a \session.save_handler = memcache\nsession.save_path = \" tcp://localhost:11211\" " /etc/php5/mods-available/memcache.ini
179179}
180180
181+ EE110 ()
182+ {
183+ sed -i ' /allow ;/d' /etc/nginx/common/acl.conf
184+ }
185+
181186HTTPAUTH ()
182187{
183188 # Get The htpasswd Details
@@ -262,6 +267,11 @@ then
262267 HTTPAUTH
263268 MYCNFCHECK
264269 fi
270+
271+ if [[ $EECURRENTVERSION = 1.1.0 ]]
272+ then
273+ EE110
274+ fi
265275 fi
266276
267277 # Restart Nginx & PHP Services
You can’t perform that action at this time.
0 commit comments