Update share.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 28 May 2020 15:09:23 +0000 (11:09 -0400)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 15:09:23 +0000 (11:09 -0400)
share.php

index ce92d7a..22689bf 100644 (file)
--- a/share.php
+++ b/share.php
@@ -48,10 +48,10 @@ $d = mysqli_fetch_array($r);
   echo "<tr>
   <td align='center'><small>$d2[petition_name]<small></td>
   <td><div class=\"fb-share-button\" 
-     data-href=\"http://md-petition.com/$link\" 
+     data-href=\"https://www.md-petition.com/$link\" 
      data-layout=\"box_count\" data-size=\"large\">
    </div></td>
-   <td><input type='text' size='50' value='http://md-petition.com/$link' id='$d2[web_short_name]'><button onclick='myFunction(\"$d2[web_short_name]\")'>Copy Link</button></td>
+   <td><input type='text' size='50' value='https://www.md-petition.com/$link' id='$d2[web_short_name]'><button onclick='myFunction(\"$d2[web_short_name]\")'>Copy Link</button></td>
    </tr>";
  }
   ?>