praca-test-tasks/1.php/index.php
2023-03-12 01:19:06 +03:00

7 lines
126 B
PHP

<?php
/* Отключим WARNING */
error_reporting(E_ERROR | E_PARSE);
include "method.php";
die(output($_GET['root']));
?>