From 94493e18ceca693d71e2032e436af4df338a1397 Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Thu, 11 Oct 2018 12:18:19 +0200 Subject: [PATCH] included file required by update_manager_get_current_package function in footer file --- pandora_console/general/footer.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_console/general/footer.php b/pandora_console/general/footer.php index 33c8493e26..2f53e6498b 100644 --- a/pandora_console/general/footer.php +++ b/pandora_console/general/footer.php @@ -14,6 +14,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. + +require_once ('../include/functions_update_manager.php'); + if (isset($_SERVER['REQUEST_TIME'])) { $time = $_SERVER['REQUEST_TIME']; }