Skip to content
Snippets Groups Projects
Commit b3b2a3bf authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Make sure both fields have been posted.

parent 4b347ed4
No related branches found
No related tags found
No related merge requests found
<?php
$hash = null;
if(isset($_POST)) {
if(isset($_POST['input']) && isset($_POST['type'])) {
$input = $_POST['input'];
$type = strtolower($_POST['type']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment