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

Added output type to output header.

parent 6e338fe1
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ if(isset($_POST['input']) && isset($_POST['type'])) {
<div style="margin-left: auto; margin-right: auto; text-align: center;" class="mt-5">
<?php
if(isset($hash) && $hash != null) {
echo "<br><br><h5>Output</h5>";
echo "<br><br><h5>" . $_POST['type'] . " output</h5>";
echo $hash;
}
?>
......
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