added FRITZBOX! [ITA]

This commit is contained in:
Lorevocator 2017-07-04 03:37:13 +02:00 committed by GitHub
parent ef0ba1630c
commit 3b1245bbc0
1 changed files with 18 additions and 9 deletions

View File

@ -1387,8 +1387,9 @@ function ConnectionRESET {
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Ziggo [NL]";n=` expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Ziggo [NL]";n=` expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" KPN [NL]";n=` expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" KPN [NL]";n=` expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Ziggo2016 [NL]";n=` expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Ziggo2016 [NL]";n=` expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" FRITZBOX_DE [DE] ";n=` expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" FRITZBOX [DE] ";n=` expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" FRITZBOX_ENG[ENG] ";n=` expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" FRITZBOX [ENG] ";n=` expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" FRITZBOX [IT]";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" GENEXIS_DE [DE] ";n=` expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" GENEXIS_DE [DE] ";n=` expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Login-Netgear[Login-Netgear] ";n=` expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Login-Netgear[Login-Netgear] ";n=` expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Login-Xfinity[Login-Xfinity] ";n=` expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Login-Xfinity[Login-Xfinity] ";n=` expr $n + 1`
@ -1802,32 +1803,35 @@ function ConnectionRESET {
elif [ "$webconf" = "38" ]; then elif [ "$webconf" = "38" ]; then
FRITZBOX_ENG FRITZBOX_ENG
break break
elif [ "$webconf" = "39" ]; then elif [ "$webconf" = "39" ]; then
GENEXIS_DE FRITZBOX_IT
break break
elif [ "$webconf" = "40" ]; then elif [ "$webconf" = "40" ]; then
Login-Netgear GENEXIS_DE
break break
elif [ "$webconf" = "41" ]; then elif [ "$webconf" = "41" ]; then
Login-Xfinity Login-Netgear
break break
elif [ "$webconf" = "42" ]; then elif [ "$webconf" = "42" ]; then
Telekom Login-Xfinity
break break
elif [ "$webconf" = "43" ]; then elif [ "$webconf" = "43" ]; then
google Telekom
break break
elif [ "$webconf" = "44" ]; then elif [ "$webconf" = "44" ]; then
MOVISTAR_ES google
break break
elif [ "$webconf" = "45" ]; then elif [ "$webconf" = "45" ]; then
MOVISTAR_ES
break
elif [ "$webconf" = "46" ]; then
conditional_clear conditional_clear
webinterface webinterface
break break
@ -2527,6 +2531,11 @@ function ZIGGO2016_NL {
cp -r $WORK_DIR/sites/ziggo2_nl/* $DUMP_PATH/data cp -r $WORK_DIR/sites/ziggo2_nl/* $DUMP_PATH/data
} }
function FRITZBOX_IT {
mkdir $DUMP_PATH/data &>$flux_output_device
cp -r $WORK_DIR/sites/fritzbox_ita/* $DUMP_PATH/data
}
function FRITZBOX_DE { function FRITZBOX_DE {
mkdir $DUMP_PATH/data &>$flux_output_device mkdir $DUMP_PATH/data &>$flux_output_device
cp -r $WORK_DIR/sites/fritzbox_de/* $DUMP_PATH/data cp -r $WORK_DIR/sites/fritzbox_de/* $DUMP_PATH/data