From cd8588ecd452734a04d25cd989b9eafd4fdf7b20 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Wed, 23 Nov 2016 21:48:53 -0500 Subject: [PATCH] Fix footer for licensed users --- inc/footer.inc.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/inc/footer.inc.php b/inc/footer.inc.php index c6065c9c..1aa430f4 100644 --- a/inc/footer.inc.php +++ b/inc/footer.inc.php @@ -52,8 +52,8 @@ if (defined('SHOW_ONLINE')) // The closing div here is to close the content area on each page. Annoying, but necessary. if (defined('ADMIN_PAGE')) { echo ' - - '; -} - exit();