root/LayoutTests/http/tests/media/resources/load-video.php

/* [<][>][^][v][top][bottom][index][help] */
<?php

    $fileName = $_GET["name"];
    $type = $_GET["type"];

    $_GET = array();
    $_GET['name'] = $fileName;
    $_GET['type'] = $type;
    @include("./serve-video.php"); 

?>

/* [<][>][^][v][top][bottom][index][help] */