Update eligible.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 7 May 2020 04:09:53 +0000 (00:09 -0400)
committerGitHub <noreply@github.com>
Thu, 7 May 2020 04:09:53 +0000 (00:09 -0400)
eligible.php

index d797811..6571e85 100644 (file)
@@ -27,6 +27,8 @@ if ($d['VTRID'] != ''){
 }else{
    header('Location: warning_not_found.php');
 }
+echo $head;
+
 
 $q2 = "select * from from petitions";
 $r2 = $petition->query($q2);
@@ -42,7 +44,7 @@ while($d2 = mysqli_fetch_array($r2)){
 }
 
 
-echo $head;
+
 ?>
 <div class='row'>
  <div class='col-sm-12'> are you also eligible to sign each of these petitions [location name] </div>