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']; }