aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Server/Handlers/Web/WebServerConnector.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Web/WebServerConnector.cs b/OpenSim/Server/Handlers/Web/WebServerConnector.cs
index 67cb8da..cbfee3a 100644
--- a/OpenSim/Server/Handlers/Web/WebServerConnector.cs
+++ b/OpenSim/Server/Handlers/Web/WebServerConnector.cs
@@ -352,6 +352,9 @@ namespace OpenSim.Server.Handlers.Web
352 Logout when invalidating tokens. 352 Logout when invalidating tokens.
353 353
354 Deal with validation and password reset emails, likely with the same code. 354 Deal with validation and password reset emails, likely with the same code.
355
356 Deal with editing yourself.
357 Deal with editing others, but only as god.
355*/ 358*/
356 359
357 if ((null == cookies["toke_n_munchie"]) || (null == fields["toke_n_munchie"]) 360 if ((null == cookies["toke_n_munchie"]) || (null == fields["toke_n_munchie"])