summaryrefslogtreecommitdiff
path: root/src/site.clj
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2017-06-17 17:50:31 -0700
committeryo mama <pepper@scannerjammer.com>2017-06-17 17:50:31 -0700
commit25b74138d68ade87689e714f10e1f3116da5bbee (patch)
treea0f6300c425e95814bd864428b8b829fcc513333 /src/site.clj
parent183610646a0967d4ebd41c477156ab472d057ff3 (diff)
parent0bd3046614241f7f7b7b2f329c6e06d9f5713ac1 (diff)
whateverlegacy
Merge branch 'master' of http://git.ghghgh.us/dumpfm_mirror
Diffstat (limited to 'src/site.clj')
-rwxr-xr-x[-rw-r--r--]src/site.clj8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index afde8c5..06d711b 100644..100755
--- a/src/site.clj
+++ b/src/site.clj
@@ -144,6 +144,12 @@
(Apply to request map)"
[{session :session}]
(contains? session :nick))
+; it's OK
+; I registered "hump.fm" and was going to host it there
+; I can just sed replace all these references, right? yeah that will work ok cool I'll set it up
+; anything else I need to do? well clean up all those domain references would be nice, not critical, but still. awesome
+; so now the redirect after login will work (if I change it to hump.fm?)? yep ok awesome
+; I'll message you later today, if that's ok sure thanks again
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Login-token version history
@@ -1061,7 +1067,7 @@ WHERE user_id IN
(let [info (fetch-nick nick)]
(update-nick-hash nick hash)
[(session-assoc-from-db info)
- (redirect-to "http://dump.fm/")])
+ (redirect-to "/")])
[200 "BAD_REQUEST"])))
;; Upload