From f888a9f944fdcb69613bbb6023fe2de2ba2c80d6 Mon Sep 17 00:00:00 2001 From: kc1awv Date: Sat, 17 Oct 2020 20:35:17 -0400 Subject: [PATCH] fix users and favicons --- index.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 48c55ba..a4ec219 100644 --- a/index.php +++ b/index.php @@ -89,7 +89,10 @@ if ($CallingHome['Active']) { <?php echo $Reflector->GetReflectorName(); ?> Reflector Dashboard - + + + + @@ -197,7 +200,7 @@ if ($CallingHome['Active']) { require_once("./include/repeaters.php"); break; default : - require_once("./pgs/users.php"); + require_once("./include/users.php"); } ?>