aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
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();
/**