From df11fa2f7f4a623eb1e2bd0485a1784270722e87 Mon Sep 17 00:00:00 2001 From: Franck Villaume Date: Fri, 17 Dec 2021 14:29:33 +0100 Subject: [PATCH] add missing require_once to handle session --- src/common/include/pre.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/include/pre.php b/src/common/include/pre.php index af0062334c..e4de58858c 100644 --- a/src/common/include/pre.php +++ b/src/common/include/pre.php @@ -5,7 +5,7 @@ * Copyright 1999-2001, VA Linux Systems * Copyright 2010, Roland Mas * Copyright (C) 2012 Alain Peyrat - Alcatel-Lucent - * Copyright 2013,2018, Franck Villaume - TrivialDev + * Copyright 2013,2018,2021, Franck Villaume - TrivialDev * * This file is part of FusionForge. FusionForge is free software; * you can redistribute it and/or modify it under the terms of the @@ -24,6 +24,7 @@ */ require_once $gfcommon.'include/escapingUtils.php'; +require_once $gfcommon.'include/session.php'; require_once $gfcommon.'include/utils.php'; require_once $gfcommon.'include/config.php'; -- 2.30.2