From f19d9b9419b335e632c1b7d0584adf8fd26a12e5 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Wed, 13 May 2015 14:11:22 +0200 Subject: [PATCH] Fix fatal request error. --- src/_h5ai/backend/php/class-bootstrap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/_h5ai/backend/php/class-bootstrap.php b/src/_h5ai/backend/php/class-bootstrap.php index 02463a2a..fb17deee 100644 --- a/src/_h5ai/backend/php/class-bootstrap.php +++ b/src/_h5ai/backend/php/class-bootstrap.php @@ -17,8 +17,6 @@ class Bootstrap { date_default_timezone_set(@date_default_timezone_get()); session_start(); - require __DIR__ . '/../../conf/passhash.php'; - $session = new Session($_SESSION); $request = new Request($_REQUEST); $setup = new Setup($request->query_boolean('refresh', false));