Skip to content

Commit 25c2521

Browse files
Issue #1399168 by Akaoni: Fixed authorize.php doesn't respect custom session handlers.
1 parent 7a3d48e commit 25c2521

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎authorize.php‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ function authorize_access_allowed() {
6060
// *** Real work of the script begins here. ***
6161

6262
require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
63-
require_once DRUPAL_ROOT . '/includes/session.inc';
6463
require_once DRUPAL_ROOT . '/includes/common.inc';
6564
require_once DRUPAL_ROOT . '/includes/file.inc';
6665
require_once DRUPAL_ROOT . '/includes/module.inc';

0 commit comments

Comments
 (0)