Fixed captcha failed error

This commit is contained in:
SovereigntyIsNotFreedom 2025-04-15 01:45:19 -04:00
parent 6988a93a27
commit e044ba56e9
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
<?php
session_start();
if (isset($_POST['submit'])){
// Clear user input
$link = htmlspecialchars($_POST['link']);