Update mgp.php
authorPatrick McGuire <insidenothing@gmail.com>
Tue, 9 Jun 2020 13:44:21 +0000 (09:44 -0400)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2020 13:44:21 +0000 (09:44 -0400)
invite/mgp.php

index f85e2a7..1059532 100644 (file)
@@ -16,6 +16,7 @@ setcookie("invite", "mgp", time()+3600, "/"); // we use this later
   </script>
   <?PHP 
   include_once('/var/www/secure.php'); //outside webserver
+  presign(); // requires db connection
   $q = "select * from petitions where petition_id = '1'";
   $r = $petition->query($q);
   $d = mysqli_fetch_array($r);