Compare commits

...

2 Commits

Author SHA1 Message Date
DiouxX bfaaca8657
Merge pull request #102 from hirenshah/patch-1
2 years ago
Hiren Shah f5062eeb6d
Set session.cookie_httponly to "on" in glpi-start.sh
2 years ago

@ -10,6 +10,9 @@ echo "date.timezone = \"$TIMEZONE\"" > /etc/php/8.1/apache2/conf.d/timezone.ini;
echo "date.timezone = \"$TIMEZONE\"" > /etc/php/8.1/cli/conf.d/timezone.ini;
fi
#Enable session.cookie_httponly
sed -i 's,session.cookie_httponly =,session.cookie_httponly = on,g' /etc/php/8.1/apache2/php.ini
FOLDER_GLPI=glpi/
FOLDER_WEB=/var/www/html/

Loading…
Cancel
Save