Firefox didn't like the IE6 fix. Tweaked it some more.

git-svn-id: https://shellinabox.googlecode.com/svn/trunk@79 0da03de8-d603-11dd-86c2-0f8696b7b6f9
This commit is contained in:
zodiac 2009-03-18 01:12:57 +00:00
parent b008c44be2
commit dfa84116fa
2 changed files with 5 additions and 5 deletions

View file

@ -20,13 +20,13 @@
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the <openssl/bio.h> header file. */
/* #undef HAVE_OPENSSL_BIO_H */
#define HAVE_OPENSSL_BIO_H 1
/* Define to 1 if you have the <openssl/err.h> header file. */
/* #undef HAVE_OPENSSL_ERR_H */
#define HAVE_OPENSSL_ERR_H 1
/* Define to 1 if you have the <openssl/ssl.h> header file. */
/* #undef HAVE_OPENSSL_SSL_H */
#define HAVE_OPENSSL_SSL_H 1
/* Define to 1 if you have the <pthread.h> header file. */
#define HAVE_PTHREAD_H 1
@ -95,7 +95,7 @@
#define STDC_HEADERS 1
/* Most recent revision number in the version control system */
#define VCS_REVISION "77"
#define VCS_REVISION "78"
/* Version number of package */
#define VERSION "2.4"

View file

@ -182,7 +182,7 @@ ShellInABox.prototype.sendRequest = function(request) {
if (this.session) {
request.send(content);
} else {
request.send();
request.send('');
}
};