We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d618c4 commit 5209a6cCopy full SHA for 5209a6c
1 file changed
startScript.sh
@@ -489,7 +489,7 @@ codeigniter_env_generator() {
489
echo "cookie.secure = ${cookie_secure}" >> .env
490
fi
491
492
- cookie_httponly=${COOKIE_HTTP_OLNY:-}
+ cookie_httponly=${COOKIE_HTTP_ONLY:-}
493
if [[ -z "${cookie_httponly}" ]]; then
494
echo "# cookie.httponly = false" >> .env
495
else
@@ -802,4 +802,4 @@ chmod 777 /etc/ssmtp /etc/ssmtp/*
802
#====================================================================#
803
# A P A C H E R U N #
804
805
-/usr/sbin/apache2ctl -D FOREGROUND
+/usr/sbin/apache2ctl -D FOREGROUND
0 commit comments