Implemented suggested fixes

Submit.php doesn't redirect you to index.php. It's now easier to perform actions with option 11 in lantern.py
This commit is contained in:
SovereigntyIsNotFreedom 2025-04-14 07:47:21 +01:00
parent 9321804658
commit 6988a93a27
3 changed files with 46 additions and 34 deletions

View file

@ -34,7 +34,7 @@ if (isset($_POST['submit'])){
// Handle error opening the file
errorlog("Error opening the file.");
}
header("Location: index.php");
echo "Link Successfully Submitted";
}
}
}