| 1234567891011121314151617 |
- <?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 */ ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title></title>
- </head>
- <body>
- <form action="/manage/ssh" method="post">
- <textarea rows="" cols="" name="cmd"></textarea>
- <br>
- <input type="hidden" name="do" value="exec" />
- <input type="submit" value="提交" />
- </form>
- </body>
- </html>
|