summaryrefslogtreecommitdiff
path: root/photobooth
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 18:25:45 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 18:25:45 +0000
commit23d3496e8b975804a2639972fe2ec9bb17bb73b4 (patch)
tree06b1be51c4c8e820dd5a2ef4206275c3829837d0 /photobooth
parent120b42a2305c0a01069c8268aa9a2866923cb9ea (diff)
Rebrand: HUMPFM env vars + salts
Diffstat (limited to 'photobooth')
-rwxr-xr-xphotobooth/fullscreenmgmt.js4
-rwxr-xr-xphotobooth/fullscreenphotobooth.js4
2 files changed, 4 insertions, 4 deletions
diff --git a/photobooth/fullscreenmgmt.js b/photobooth/fullscreenmgmt.js
index 6137238..4f5ba97 100755
--- a/photobooth/fullscreenmgmt.js
+++ b/photobooth/fullscreenmgmt.js
@@ -117,7 +117,7 @@ function login() {
var nick = $('#nickInput').val();
var password = $('#passwordInput').val();
var rememberme = $('#remembermeInput').attr('checked') ? 'yes' : '';
- var hash = hex_sha1(nick + '$' + password + '$dumpfm');
+ var hash = hex_sha1(nick + '$' + password + '$humpfm');
var onSuccess = function(json) {
if (typeof pageTracker !== 'undefined') {
@@ -182,4 +182,4 @@ $(function() {
$('#memelogo').stop(true, false).animate({opacity: 1.0}, "fast").delay(LogoFadeDelay).animate({opacity: 0}, "slow");
});
$('#memelogo').delay(LogoFadeDelay).animate({opacity: 0}, "slow");
-}); \ No newline at end of file
+});
diff --git a/photobooth/fullscreenphotobooth.js b/photobooth/fullscreenphotobooth.js
index 6137238..4f5ba97 100755
--- a/photobooth/fullscreenphotobooth.js
+++ b/photobooth/fullscreenphotobooth.js
@@ -117,7 +117,7 @@ function login() {
var nick = $('#nickInput').val();
var password = $('#passwordInput').val();
var rememberme = $('#remembermeInput').attr('checked') ? 'yes' : '';
- var hash = hex_sha1(nick + '$' + password + '$dumpfm');
+ var hash = hex_sha1(nick + '$' + password + '$humpfm');
var onSuccess = function(json) {
if (typeof pageTracker !== 'undefined') {
@@ -182,4 +182,4 @@ $(function() {
$('#memelogo').stop(true, false).animate({opacity: 1.0}, "fast").delay(LogoFadeDelay).animate({opacity: 0}, "slow");
});
$('#memelogo').delay(LogoFadeDelay).animate({opacity: 0}, "slow");
-}); \ No newline at end of file
+});