Git Codebase - Sn0wlink IT
Ticket Maker
Code:
Download ZIP
🗀 Tickets
🗀 admin
CODE_OF_CONDUCT.md
LICENSE
README.md
admin-screenshot.png
config.php
index.php
layout.php
style.php
success.php
text.php
ticket-layout.php
ticketmaker-screenshot.png
text.php
<html> <form action='text.php' method='post'> <input type='hidden' name='filename' value='$file'> <input type='submit' name='submit' value='load'> </form> <?php if ($_POST["submit"]) { echo 'Lols'; } ?>