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
success.php
<?php include 'config.php'; ?> <html> <head> <title><?php echo $sitename; ?></title> <link rel="stylesheet" type="text/css" href="style.php" /> </head> <body> <div class='header'> <center> <h1><?php echo $sitename; ?></h1> </center> </div> <div class='form'> <center> <?php echo $success; ?> </div> </body> </html>