From b70e936d248535e20a37430f4ff7813fbb7120b9 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Mon, 15 Jan 2007 11:52:02 +0000 Subject: #109032: Make session.inc pluggable. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 572fa2447..995b2f05f 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -806,7 +806,7 @@ function _drupal_bootstrap($phase) { break; case DRUPAL_BOOTSTRAP_SESSION: - require_once './includes/session.inc'; + require_once variable_get('session_inc', './includes/session.inc'); session_set_save_handler('sess_open', 'sess_close', 'sess_read', 'sess_write', 'sess_destroy_sid', 'sess_gc'); session_start(); break; -- cgit v1.2.3