summaryrefslogtreecommitdiff
path: root/src/site.clj
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2017-01-27 16:04:06 -0500
committerPepper <pepper@scannerjammer.com>2017-01-27 16:04:06 -0500
commit249c70f9c44a81d5df54ff6e937599c27129930e (patch)
tree382a6e20a0a49192bd0cab7e4942f707cd28dd37 /src/site.clj
parentae04cd06ba865ee7cfa9b46f8b8c6232a38a7130 (diff)
ok moving
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