0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
[
Home
]
File: home.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <%include include_common_head.html%> </head> <body id="home"<%unless noauth or $session.user%> class="noauth"<%endif%> style="overflow: hidden"> <%~if noauth or $session.user%> <%include main.html%> <%~else%> <%include login.html%> <%endif~%> </body> </html>