<?php

if ($_GET['phpinfo']) {
  phpinfo();
} else {
  echo "Nothing here";
}