From 29764a97aabc2a5b40816256771bc325750f58ea Mon Sep 17 00:00:00 2001 From: cschantz Date: Wed, 17 Dec 2025 19:28:34 -0500 Subject: [PATCH] Rename Performance Analysis to Performance & Maintenance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The menu now includes both performance analysis tools (MySQL Query Analyzer, Network & Bandwidth, Hardware Health, PHP Optimizer) and system maintenance tools (Disk Space Analyzer, Loadwatch). Changes: - Main menu: "Performance Analysis" → "Performance & Maintenance" - Submenu title: "🔧 Performance Analysis" → "🔧 Performance & Maintenance" This better reflects the dual purpose of the menu category. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- launcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher.sh b/launcher.sh index 2a3f57d..8944a11 100755 --- a/launcher.sh +++ b/launcher.sh @@ -91,7 +91,7 @@ show_main_menu() { echo "" echo -e " ${GREEN}2)${NC} 🛡️ Security & Monitoring" echo -e " ${BLUE}3)${NC} 🌐 Website Diagnostics" - echo -e " ${MAGENTA}4)${NC} 🔧 Performance Analysis" + echo -e " ${MAGENTA}4)${NC} 🔧 Performance & Maintenance" echo -e " ${YELLOW}5)${NC} 💾 Backup & Recovery" echo "" echo -e "${BOLD}System:${NC}" @@ -221,7 +221,7 @@ handle_website_menu() { show_performance_menu() { show_banner - echo -e "${MAGENTA}${BOLD}🔧 Performance Analysis${NC}" + echo -e "${MAGENTA}${BOLD}🔧 Performance & Maintenance${NC}" echo "" echo -e "${BOLD}Database:${NC}" echo ""