From 027043f9f39a28d39c6da4a7f7245e70c2f99346 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Mon, 3 Dec 2018 11:54:17 +0100 Subject: [PATCH] Revert "included file required by update_manager_get_current_package function in footer file" This reverts commit 94493e18ceca693d71e2032e436af4df338a1397. --- pandora_console/general/footer.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/pandora_console/general/footer.php b/pandora_console/general/footer.php index f6b7fa6458..be002871ac 100644 --- a/pandora_console/general/footer.php +++ b/pandora_console/general/footer.php @@ -14,9 +14,6 @@ // 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']; }