ini.php 124 B

1234567
  1. <?php
  2. require_once __DIR__.'/_executor.php';
  3. return function () {
  4. echo $_GET['key'] . ':' . ini_get($_GET['key']);
  5. };