mirror of
https://github.com/tsingui/softcenter-1.git
synced 2024-11-14 09:55:17 +00:00
update
This commit is contained in:
parent
7df1a587fa
commit
2868c936d1
@ -1,8 +1,8 @@
|
||||
{
|
||||
"version":"4.1.7",
|
||||
"md5":"788b5477ee258af4e7303d8e3b40b912",
|
||||
"md5":"cc7c3e0dd22e83afb228d50739213710",
|
||||
"home_url":"Main_Ss_Content.asp",
|
||||
"title":"科学上网",
|
||||
"description":"科学上网",
|
||||
"build_date":"2019-03-11_23:33:28"
|
||||
"build_date":"2019-03-14_21:34:03"
|
||||
}
|
||||
|
Binary file not shown.
@ -120,7 +120,7 @@ if (typeof btoa == "Function") {
|
||||
};
|
||||
} else {
|
||||
Base64 = {
|
||||
_keyStr: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",
|
||||
_keyStr: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",
|
||||
encode: function(e) {
|
||||
var t = "";
|
||||
var n, r, i, s, o, u, a;
|
||||
|
@ -1,2 +1,2 @@
|
||||
4.1.7
|
||||
788b5477ee258af4e7303d8e3b40b912
|
||||
cc7c3e0dd22e83afb228d50739213710
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"version":"2.0",
|
||||
"md5":"e9eea13a1762f8a08795b396fa586736",
|
||||
"md5":"069306ee5ed27db3b0d8dbf64ac449bb",
|
||||
"home_url":"Module_shellinabox.asp",
|
||||
"title":"shellinabox",
|
||||
"description":"超强的SSH网页客户端~",
|
||||
"build_date":"2019-03-12_12:30:05"
|
||||
"build_date":"2019-03-14_22:28:34"
|
||||
}
|
||||
|
Binary file not shown.
@ -11,6 +11,7 @@ iptables -D INPUT -p tcp --dport 4200 -j ACCEPT
|
||||
}
|
||||
|
||||
start() {
|
||||
[ "$webshell_enable" == "0" ] && exit 0
|
||||
#不重复启动
|
||||
icount=`ps -w|grep shellinaboxd|grep -v grep|wc -l`
|
||||
if [ $icount != 0 ] ;then
|
||||
|
@ -1,2 +1,2 @@
|
||||
2.0
|
||||
e9eea13a1762f8a08795b396fa586736
|
||||
069306ee5ed27db3b0d8dbf64ac449bb
|
||||
|
@ -11,20 +11,20 @@
|
||||
"version": "0.2.3"
|
||||
},
|
||||
{
|
||||
"build_date": "2019-03-11_23:33:28",
|
||||
"build_date": "2019-03-14_21:34:03",
|
||||
"description": "科学上网",
|
||||
"home_url": "Main_Ss_Content.asp",
|
||||
"md5": "788b5477ee258af4e7303d8e3b40b912",
|
||||
"md5": "cc7c3e0dd22e83afb228d50739213710",
|
||||
"name": "shadowsocks",
|
||||
"tar_url": "shadowsocks/shadowsocks.tar.gz",
|
||||
"title": "科学上网",
|
||||
"version": "4.1.7"
|
||||
},
|
||||
{
|
||||
"build_date": "2019-03-12_12:30:05",
|
||||
"build_date": "2019-03-14_22:28:34",
|
||||
"description": "超强的SSH网页客户端~",
|
||||
"home_url": "Module_shellinabox.asp",
|
||||
"md5": "e9eea13a1762f8a08795b396fa586736",
|
||||
"md5": "069306ee5ed27db3b0d8dbf64ac449bb",
|
||||
"name": "shellinabox",
|
||||
"tar_url": "shellinabox/shellinabox.tar.gz",
|
||||
"title": "shellinabox",
|
||||
|
@ -120,7 +120,7 @@ if (typeof btoa == "Function") {
|
||||
};
|
||||
} else {
|
||||
Base64 = {
|
||||
_keyStr: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",
|
||||
_keyStr: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",
|
||||
encode: function(e) {
|
||||
var t = "";
|
||||
var n, r, i, s, o, u, a;
|
||||
|
Loading…
Reference in New Issue
Block a user