mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-13 02:36:06 -04:00
host table cleanups
This commit is contained in:
@ -582,6 +582,7 @@ skipReplaceHost:
|
||||
sb.safePrintf ( "</table><br>\n" );
|
||||
|
||||
|
||||
/*
|
||||
// print spare hosts table
|
||||
sb.safePrintf (
|
||||
"<table %s>"
|
||||
@ -646,7 +647,9 @@ skipReplaceHost:
|
||||
h->m_note );
|
||||
}
|
||||
sb.safePrintf ( "</table><br>" );
|
||||
*/
|
||||
|
||||
/*
|
||||
// print proxy hosts table
|
||||
sb.safePrintf (
|
||||
"<table %s>"
|
||||
@ -754,6 +757,7 @@ skipReplaceHost:
|
||||
h->m_note );
|
||||
}
|
||||
sb.safePrintf ( "</table><br><br>" );
|
||||
*/
|
||||
|
||||
sb.safePrintf(
|
||||
"<style>"
|
||||
|
Reference in New Issue
Block a user