Update xor23.php

This commit is contained in:
2026-04-08 21:13:16 +02:00
parent e77b05f62b
commit 1434356efc
+4 -4
View File
@@ -6,17 +6,17 @@ echo 'component #1: <input type="text" name="comp1" size="64" maxlenght="64"><br
echo 'component #2: <input type="text" name="comp2" size="64" maxlenght="64"><br>';
echo 'component #3: <input type="text" name="comp3" size="64" maxlenght="64"><br>';
echo '<input type="submit">';
echo"</form>";
echo'<div class="messagebox">';
if ($_GET) {
echo $output;
echo "Danny is een hele lieve man";
}
echo '</div>';
echo"</form>";
echo "</body></html>";
$output = "Danny is een hele lieve man";
//$output = "Danny is een hele lieve man";
//$output = shell_exec("python hello.py");