DBP remote changes (suspended log in IR, updated packages)
This commit is contained in:
@@ -82,9 +82,9 @@ function GetDht() {
|
||||
}
|
||||
module.exports.html_handle_dht = function (req, res){
|
||||
try {
|
||||
console.log("body:"+util.inspect(req.body));
|
||||
//!console.log("body:"+util.inspect(req.body));
|
||||
var cmd = req.param('e');
|
||||
console.log("cmd:" + cmd);
|
||||
//!console.log("cmd:" + cmd);
|
||||
//console.log("HEADERS:" + util.inspect(req.headers));
|
||||
switch(cmd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user