From 3666866764aaec5ed6f238be5d4191aff9e98d92 Mon Sep 17 00:00:00 2001 From: sostler Date: Tue, 18 May 2010 23:36:19 -0400 Subject: Switched redirections to / to http://dump.fm --- src/site.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/site.clj b/src/site.clj index 45057b7..cda6dc0 100644 --- a/src/site.clj +++ b/src/site.clj @@ -334,7 +334,7 @@ (set-cookie *login-token-key* "dummy" :expires "Thu, 01-Jan-1970 00:00:01 GMT" :domain ".dump.fm") - (redirect-to "/")]) + (redirect-to "http://dump.fm/")]) ;; Registration @@ -898,7 +898,7 @@ ORDER BY msg_count DESC") (let [info (fetch-nick nick)] (update-nick-hash nick hash) [(session-assoc-from-db info) - (redirect-to "/")]) + (redirect-to "http://dump.fm/")]) [200 "BAD_REQUEST"]))) ;; Upload -- cgit v1.2.3-70-g09d2