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"); } ?>