mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
Added stylesheet support
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4350 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
7a5dbad703
commit
3860724f05
@ -108,6 +108,7 @@ class ModuleHttpStats : public Module
|
||||
<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\">";
|
||||
|
||||
data << "<head>";
|
||||
data << "<link rel='stylesheet' href='" << this->stylesheet << "' type='text/css' />";
|
||||
data << "<title>InspIRCd server statisitics for " << Srv->GetServerName() << " (" << Srv->GetServerDescription() << ")</title>";
|
||||
data << "</head><body>";
|
||||
data << "<h1>InspIRCd server statisitics for " << Srv->GetServerName() << " (" << Srv->GetServerDescription() << ")</h1>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user