Update is_the_information_correct.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 14 May 2020 16:00:30 +0000 (12:00 -0400)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 16:00:30 +0000 (12:00 -0400)
is_the_information_correct.php

index 1477081..79622c5 100644 (file)
@@ -36,7 +36,7 @@ if ($d['VTRID'] != ''){
    header('Location: warning_not_found.php');
 }
 
-$qX = "select * from website_text where id = '3'";
+$qX = "select * from website_text where id = '6'";
  $rX = $petition->query($qX);
  $dX = mysqli_fetch_array($rX);
 ?>