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