diff options
author | Teravus Ovares | 2008-01-09 04:13:04 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-09 04:13:04 +0000 |
commit | e1aa83e965440b3e830d599e18ff078104e8a886 (patch) | |
tree | b6f97c44228c41736a7145e8943d4b7c8d535983 /bin | |
parent | dump_assets_to_file=true will now cause the asset to go into a UserAssets sub... (diff) | |
download | opensim-SC_OLD-e1aa83e965440b3e830d599e18ff078104e8a886.zip opensim-SC_OLD-e1aa83e965440b3e830d599e18ff078104e8a886.tar.gz opensim-SC_OLD-e1aa83e965440b3e830d599e18ff078104e8a886.tar.bz2 opensim-SC_OLD-e1aa83e965440b3e830d599e18ff078104e8a886.tar.xz |
* Added a hashtable based HTTP processor in preparation of the web_login_key
* Added the web_login_key to the users table
* Added happy configurable http error message pages
* This update is large enough to have 'awe' value.. so backup your users or weep.
* Not tested on MSSQL, even though I added code to update the tables!
Diffstat (limited to 'bin')
-rw-r--r-- | bin/http_404.html.example | 1 | ||||
-rw-r--r-- | bin/http_500.html.example | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/http_404.html.example b/bin/http_404.html.example new file mode 100644 index 0000000..a3216f3 --- /dev/null +++ b/bin/http_404.html.example | |||
@@ -0,0 +1 @@ | |||
<HTML><HEAD><TITLE>404 Page not found</TITLE><BODY><BR /><H1>Ooops!</H1><P>The page you requested has been obsconded with by knomes. Find hippos quick!</P></BODY></HTML> \ No newline at end of file | |||
diff --git a/bin/http_500.html.example b/bin/http_500.html.example new file mode 100644 index 0000000..6b5402d --- /dev/null +++ b/bin/http_500.html.example | |||
@@ -0,0 +1 @@ | |||
<HTML><HEAD><TITLE>500 Internal Server Error</TITLE><BODY><BR /><H1>Ooops!</H1><P>The server you requested is overun by knomes! Find hippos quick!</P></BODY></HTML> \ No newline at end of file | |||