From 3d1ce917593307cfc642acb941c12315560c6d54 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 27 Feb 2019 19:16:31 +0100 Subject: [PATCH] fixed footer --- lam/templates/initsuff.php | 4 ++-- lam/templates/upload/masscreate.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lam/templates/initsuff.php b/lam/templates/initsuff.php index 729831e0..6d84e255 100644 --- a/lam/templates/initsuff.php +++ b/lam/templates/initsuff.php @@ -2,7 +2,7 @@ /* This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2003 - 2018 Roland Gruber + Copyright (C) 2003 - 2019 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -167,7 +167,7 @@ if (isset($_POST['add_suff']) || isset($_POST['cancel'])) { else { // print success message StatusMessage("INFO", "", _("All changes were successful.")); - include 'main_footer.php'; + include '../lib/adminFooter.inc'; } } else { diff --git a/lam/templates/upload/masscreate.php b/lam/templates/upload/masscreate.php index f6801bb1..f7c45082 100644 --- a/lam/templates/upload/masscreate.php +++ b/lam/templates/upload/masscreate.php @@ -21,7 +21,7 @@ use \moduleCache; /* This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2004 - 2018 Roland Gruber + Copyright (C) 2004 - 2019 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -487,7 +487,7 @@ function showMainPage(\LAM\TYPES\ConfiguredType $type, $selectedModules) { $_SESSION['mass_csv'] = $sampleCSV; echo ''; - include '../main_footer.php'; + include __DIR__ . '/../../lib/adminFooter.inc'; die; }