diff --git a/xor23.php b/xor23.php index 488c1c1..d8583aa 100644 --- a/xor23.php +++ b/xor23.php @@ -1,20 +1,23 @@ -"; -echo "
"; +echo ''; echo 'component #1:
'; echo 'component #2:
'; echo 'component #3:
'; -echo ''; +echo ''; echo'
'; +if ($_GET) { echo $output; +} echo '
'; echo"
"; echo ""; -$output = shell_exec("python hello.py"); +$output = "Danny is een hele lieve man"; +//$output = shell_exec("python hello.py"); -?> \ No newline at end of file +?>