index.php 149 B

1234567
  1. <?php
  2. require_once __DIR__.'/_executor.php';
  3. return function () {
  4. echo sprintf("I am by birth a Genevese (%s)", $_GET['i'] ?? 'i not set');
  5. };