CRITICAL FIX: Remove confusing 'total entries' message from cache output
- 'total entries' was just the line count of the cache file (including headers/comments) - Was misleading users who thought it meant 27 of something important - Now only shows meaningful metrics: users, databases, domains, WordPress sites - Fixes confusion on fresh server installs
This commit is contained in:
@@ -131,7 +131,6 @@ build_reference_database() {
|
|||||||
echo " - $db_count databases"
|
echo " - $db_count databases"
|
||||||
echo " - $domain_count domains"
|
echo " - $domain_count domains"
|
||||||
echo " - $wp_count WordPress sites"
|
echo " - $wp_count WordPress sites"
|
||||||
echo " - $total_lines total entries"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build_system_section() {
|
build_system_section() {
|
||||||
|
|||||||
Reference in New Issue
Block a user