From 36bd93f1384ccf3f3ccd6fa884ad594d1b486367 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 07 Aug 2015 11:27:08 -0400
Subject: [PATCH] PHP7: Fixed some E_WARNING errors that previously were E_STRICT

---
 .htaccess |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.htaccess b/.htaccess
index 95e5bf4..c584ac0 100644
--- a/.htaccess
+++ b/.htaccess
@@ -17,6 +17,7 @@
 php_flag    suhosin.session.encrypt     Off
 
 #php_value   session.cookie_path     /
+#php_value   session.hash_function   sha256
 php_flag    session.auto_start       Off
 php_value   session.gc_maxlifetime   21600
 php_value   session.gc_divisor       500

--
Gitblit v1.9.1