Update sites.inc
This commit is contained in:
@@ -596,6 +596,18 @@ SITEINFO(){
|
||||
read server
|
||||
echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A"
|
||||
;;
|
||||
8)
|
||||
echo -e "\033[K\n\033[K"
|
||||
echo -en "\033[KEnter new Proxy Scheme (http/https): "
|
||||
read scheme
|
||||
echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A"
|
||||
;;
|
||||
9)
|
||||
echo -e "\033[K\n\033[K"
|
||||
echo -en "\033[KEnter new Proxy Port: "
|
||||
read port
|
||||
echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A"
|
||||
;;
|
||||
esac
|
||||
# [ "$edit" = "7" ] && echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A"
|
||||
echo -e "\033[12A"
|
||||
|
||||
Reference in New Issue
Block a user