Update header.php
authorPatrick McGuire <insidenothing@gmail.com>
Fri, 31 Jul 2020 13:42:06 +0000 (09:42 -0400)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2020 13:42:06 +0000 (09:42 -0400)
header.php

index a40dedc..fdac294 100644 (file)
@@ -14,6 +14,9 @@ if (isset($_GET['form_version'])){
   if ($_GET['form_version'] == '2'){ 
     setcookie("form_version", '2'); 
   } 
+  if ($_GET['form_version'] == '3'){ 
+    setcookie("form_version", '3'); 
+  }
 }  
 global $time_on_site;
 if (empty($_COOKIE['start_time'])){