aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-06 02:33:11 -0700
committerredmatrix <git@macgirvin.com>2016-04-06 02:33:11 -0700
commitfb9c12df1534f8f34400d783904c3003b8e19c46 (patch)
tree2fb5d65af553a6820f2476413c1fbbc1f6228ed7 /index.php
parent5a2a8717e3da4e84802cc72eebb600db2f774f0a (diff)
downloadvolse-hubzilla-fb9c12df1534f8f34400d783904c3003b8e19c46.tar.gz
volse-hubzilla-fb9c12df1534f8f34400d783904c3003b8e19c46.tar.bz2
volse-hubzilla-fb9c12df1534f8f34400d783904c3003b8e19c46.zip
rework the "remember me" fix to be a bit less hackish
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
index a9a55dca7..a6ed3dbc6 100755
--- a/index.php
+++ b/index.php
@@ -84,11 +84,6 @@ if(! App::$install) {
*
*/
-/* session_set_cookie_params() needs to happen before session_start() */
-
-if($_POST['remember_me'])
- session_set_cookie_params(31556926);
-
session_start();
/**