Change Project Name

This commit is contained in:
Whispering Wind
2025-04-18 13:44:57 +03:30
committed by GitHub
parent e91825ca2c
commit dcea07e8f9
3 changed files with 5 additions and 10 deletions

View File

@ -900,7 +900,7 @@ ip_limit_handler() {
display_main_menu() {
clear
tput setaf 7 ; tput setab 4 ; tput bold
echo -e "◇────────────────🚀 Welcome To Hysteria2 Management 🚀─────────────────◇"
echo -e "◇────────────────🚀 Welcome To Blitz Panel 🚀─────────────────◇"
tput sgr0
echo -e "${LPurple}◇──────────────────────────────────────────────────────────────────────◇${NC}"
@ -949,12 +949,12 @@ main_menu() {
done
}
# Function to display the Hysteria2 menu
# Function to display the Blitz menu
display_hysteria2_menu() {
clear
echo -e "${LPurple}◇──────────────────────────────────────────────────────────────────────◇${NC}"
echo -e "${yellow}Hysteria2 Menu ☼ ${NC}"
echo -e "${yellow}Blitz Menu ☼ ${NC}"
echo -e "${LPurple}◇──────────────────────────────────────────────────────────────────────◇${NC}"