Update eligible.php
[clinton/MarylandElectronicPetitionSignature.git] / warning_not_found.php
1 <?PHP include_once('header.php'); ?>
2
3 <div class='col-sm-12' style='height:100px; text-align:center;'><h2>Voter Information Not Found</h2></div>
4
5 <div class='col-sm-12' style='height:100px; text-align:center;'>
6 <pre>
7 <?PHP print_r($_COOKIE); ?>
8 </pre>
9 </div>
10
11 <?PHP include_once('footer.php');