Update not_a_registered_voter.php
[clinton/MarylandElectronicPetitionSignature.git] / warning_not_found.php
CommitLineData
9cf4b960
PM
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');