Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/45581' into DEV_45581_3
Browse files Browse the repository at this point in the history
  • Loading branch information
zaloisio committed Nov 7, 2021
2 parents c4a26c0 + a85421d commit ae300d4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 58 deletions.
1 change: 1 addition & 0 deletions release/src/router/httpd/data_arrays.c
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,7 @@ int ej_connlist_array(int eid, webs_t wp, int argc, char **argv) {
proto, address, port1, dest, port2, state);
}
fclose(fp);
unlink("/tmp/connect.log");

ret += websWrite(wp, "[]];\n");

Expand Down
6 changes: 3 additions & 3 deletions release/src/router/www/GameProfile.asp
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ function genListTable(){
var _target = gameProfile.profile[j];
if(_target.port == vts_rulelist_col[1]){
if(vts_rulelist_col[0].split('@').length < 2){
if(_target.port == vts_rulelist_col[1]
&& (_target.title == vts_rulelist_col[0] || vts_rulelist_col[0].indexOf(_target.title) != -1)){
_platform = _target.platform;
if(_target.port == vts_rulelist_col[1]
&& (_target.title == vts_rulelist_col[0] || vts_rulelist_col[0].indexOf(_target.title) != -1)){
_platform = _target.platform;
}
}
else{
Expand Down
2 changes: 1 addition & 1 deletion release/src/router/www/Main_LogStatus_Content.asp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var filter = [
"not exist in UDB, can't update it"
]
$.getJSON("https://nw-dlcdnet.asus.com/plugin/js/logFilter.json", function(data){
$.getJSON("/ajax/logFilter.json", function(data){
filter = data.filter;
})
Expand Down
1 change: 1 addition & 0 deletions release/src/router/www/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -981,3 +981,4 @@ update:
wget http://nw-dlcdnet.asus.com/plugin/js/dns_db.json -O ajax/dns_db.json
wget http://nw-dlcdnet.asus.com/plugin/js/ouiDB.json -O ajax/ouiDB.json
wget http://nw-dlcdnet.asus.com/plugin/js/gameList.json -O ajax/gameList.json
wget http://nw-dlcdnet.asus.com/plugin/js/logFilter.json -O ajax/logFilter.json
7 changes: 7 additions & 0 deletions release/src/router/www/ajax/logFilter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"filter": [
"already exist in UDB, can't add it",
"not mesh client, can't update it's ip",
"not exist in UDB, can't update it"
]
}
54 changes: 0 additions & 54 deletions tools/publish.sh

This file was deleted.

0 comments on commit ae300d4

Please sign in to comment.