ssh.tpl.php 694 B

1234567891011121314151617
  1. <?php if (!defined("IS_INITPHP")) exit("Access Denied!"); /* INITPHP Version 1.0 ,Create on 2017-10-16 16:27:52, compiled from /data/wwwroot/www.shadowsocks5.com/app/template/ss/manage/ssh.html */ ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title></title>
  7. </head>
  8. <body>
  9. <form action="/manage/ssh" method="post">
  10. <textarea rows="" cols="" name="cmd"></textarea>
  11. <br>
  12. <input type="hidden" name="do" value="exec" />
  13. <input type="submit" value="提交" />
  14. </form>
  15. </body>
  16. </html>