From 120b42a2305c0a01069c8268aa9a2866923cb9ea Mon Sep 17 00:00:00 2001 From: yo momma Date: Wed, 4 Feb 2026 13:40:27 +0000 Subject: Hump.fm: remove remaining dumpfm attributions --- template/banner.old.st | 2 +- template/banner.st | 4 ++-- template/banner_dis.st | 2 +- template/frontpage copy.st | 4 ++-- template/frontpage.st | 4 ++-- template/frontpagePROFILE.st | 4 ++-- template/frontpage_halloffame.st | 4 ++-- template/newlog.st | 2 +- template/reset.st | 3 ++- template/simplerlog.st | 4 ++-- template/tinychat.st | 2 +- 11 files changed, 18 insertions(+), 17 deletions(-) (limited to 'template') diff --git a/template/banner.old.st b/template/banner.old.st index eaee156..8917685 100755 --- a/template/banner.old.st +++ b/template/banner.old.st @@ -67,7 +67,7 @@ $if(user_nick)$ diff --git a/template/banner.st b/template/banner.st index 17b8ff1..b55463f 100755 --- a/template/banner.st +++ b/template/banner.st @@ -25,7 +25,7 @@ @@ -67,7 +67,7 @@ Calendar Tags - + Register! --> $endif$ diff --git a/template/banner_dis.st b/template/banner_dis.st index ecb0642..cbc8d63 100755 --- a/template/banner_dis.st +++ b/template/banner_dis.st @@ -43,7 +43,7 @@ $endif$ $if(user_nick)$
diff --git a/template/frontpage copy.st b/template/frontpage copy.st index 0cea7f0..64d5f73 100755 --- a/template/frontpage copy.st +++ b/template/frontpage copy.st @@ -66,7 +66,7 @@ Hall of Fame
- + $else$ - + $endif$ diff --git a/template/frontpage.st b/template/frontpage.st index 358b06f..a1c58aa 100755 --- a/template/frontpage.st +++ b/template/frontpage.st @@ -67,7 +67,7 @@ $else$ - + $endif$ diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st index 0f9dd9d..727843c 100755 --- a/template/frontpagePROFILE.st +++ b/template/frontpagePROFILE.st @@ -82,7 +82,7 @@ $endif$ - + $else$ @@ -95,7 +95,7 @@ $endif$ Calendar Tags - + Register! $endif$ diff --git a/template/frontpage_halloffame.st b/template/frontpage_halloffame.st index 8d028a6..a74eb94 100755 --- a/template/frontpage_halloffame.st +++ b/template/frontpage_halloffame.st @@ -66,7 +66,7 @@ Hall of Fame - + $else$ - + $endif$ diff --git a/template/newlog.st b/template/newlog.st index 726c7f0..559c4b7 100755 --- a/template/newlog.st +++ b/template/newlog.st @@ -76,7 +76,7 @@ window.location = "/error/ie"; - + $else$ Register diff --git a/template/reset.st b/template/reset.st index a388122..6aace41 100755 --- a/template/reset.st +++ b/template/reset.st @@ -21,7 +21,8 @@ return false; } var nick = '$nick$'; - var hash = hex_sha1(nick + '\$' + p1 + '\$dumpfm'); + var salt = (typeof window.AuthSalt === 'string' && window.AuthSalt) ? window.AuthSalt : 'humpfm'; + var hash = hex_sha1(nick + '\$' + p1 + '\$' + salt); jQuery('#hash').val(hash); return true; }); diff --git a/template/simplerlog.st b/template/simplerlog.st index c5f633e..d54f6b3 100755 --- a/template/simplerlog.st +++ b/template/simplerlog.st @@ -82,7 +82,7 @@ $endif$ - + $else$ @@ -95,7 +95,7 @@ $endif$ Calendar Tags - + Register! $endif$ diff --git a/template/tinychat.st b/template/tinychat.st index 9af7f4d..ab75ac1 100755 --- a/template/tinychat.st +++ b/template/tinychat.st @@ -6,7 +6,7 @@ $if(user_nick)$ , oper: "none" , urlsuper: "/" , join: "auto" - , nick: "dumpfm" + , nick: "humpfm" }; -- cgit v1.2.3-70-g09d2