mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-22 18:04:15 +00:00
Add session.cookie_httponly = 1 to local php.ini
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
70db1e91e0
commit
79586319fc
1 changed files with 1 additions and 1 deletions
2
php.ini
2
php.ini
|
|
@ -4,7 +4,7 @@ log_errors = On
|
|||
error_log = /var/log/apache2/error.log
|
||||
ignore_repeated_errors = On
|
||||
register_globals = Off
|
||||
|
||||
session.cookie_httponly = 1
|
||||
|
||||
[Date]
|
||||
date.timezone = "Europe/Paris"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue