diff --git a/admin/index.php b/admin/index.php index 3786836..98515bd 100644 --- a/admin/index.php +++ b/admin/index.php @@ -80,14 +80,14 @@ function allow(ip) { $htmlOutput .= "

OR

"; - $htmlOutput .= "Go to Add candidate"; + $htmlOutput .= "Go to Add candidate"; $htmlOutput .= "

OR

"; - $htmlOutput .= "Go to Manage Clients"; + $htmlOutput .= "Go to Manage Clients"; $htmlOutput .= "

OR

"; - $htmlOutput .= "View Results"; + $htmlOutput .= "View Results"; include("../template.php");