From 86f6c20dea3a39fe25a0481cb8c792de34be57cf Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 31 Aug 2017 23:35:33 -0600 Subject: [PATCH] Update registrations.php --- app/registrations/registrations.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/registrations/registrations.php b/app/registrations/registrations.php index c9d8666bea..d92a51789a 100644 --- a/app/registrations/registrations.php +++ b/app/registrations/registrations.php @@ -173,9 +173,9 @@ echo " ".$row['status']."\n"; echo " ".$row['ping-time']."\n"; echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; echo " \n"; echo "\n"; if ($c==0) { $c=1; } else { $c=0; } @@ -191,4 +191,5 @@ //get the footer require_once "resources/footer.php"; + ?>