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 +1,2 @@
link,name,desc,category,sensitive link,name,desc,category,sensitive
dsajkdasl,jkldjaslkjdl,jdklasjdlkjl,jklsjlkdaj,y

1 link name desc category sensitive
2 dsajkdasl jkldjaslkjdl jdklasjdlkjl jklsjlkdaj y

View file

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