don't sign stats.html

This commit is contained in:
Chris Danford
2004-05-02 19:24:12 +00:00
parent bb76d1da20
commit 0a4a6fc818
+3 -5
View File
@@ -1227,11 +1227,9 @@ TITLE.c_str(), STYLE_CSS.c_str() ) );
f.PutLine( "</html>\n" );
f.Close();
//
// Sign Stats.html
//
if( PREFSMAN->m_bSignProfileData )
CryptManager::SignFileToFile(fn);
// don't sign Stats.html. It's redundant and very slow.
//if( PREFSMAN->m_bSignProfileData )
// CryptManager::SignFileToFile(fn);
//
// Copy CSS file from theme. If the copy fails, oh well...