phpinfo.php 86 B

1234567
  1. <?php
  2. require_once __DIR__.'/_executor.php';
  3. return function () {
  4. phpinfo();
  5. };