Mini Shell

Direktori : /home/sicomercio/domains/sicomerciomppa.com.br/public_html/
Upload File :
Current File : /home/sicomercio/domains/sicomerciomppa.com.br/public_html/video.php

<?
$a = $_GET["a"];
?>
<!DOCTYPE html>
<html lang="pt-br">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Vídeo</title>
</head>
<body>

    <video controls width="100%" height="auto">
        <source src="<? echo "adm/fotos/videos/$a" ; ?>" type="video/mp4">
        Seu navegador não suporta o elemento de vídeo.
    </video>

</body>
</html>

Zerion Mini Shell 1.0