There be a website

This commit is contained in:
Roscoe 2025-09-21 03:09:52 +01:00
commit af0907c7c3
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
65 changed files with 708 additions and 14 deletions

View file

@ -1,2 +1,9 @@
module ApplicationHelper
def is_legacy
return (
request.host === "legacy.wah.moe" or
request.host.start_with? ("192.168") or
request.headers["Host"] === nil
)
end
end

View file

@ -0,0 +1,2 @@
module HomeHelper
end

View file

@ -0,0 +1,2 @@
module MusicHelper
end