#!/bin/sh PATH=/bin:/usr/bin:/sbin:/usr/sbin . /usr/lib/libmodcgi.sh auto_chk=''; man_chk='' routing_yes_chk=''; routing_no_chk=''; restart_chk='' if [ "$PPTP_ENABLED" = "yes" ]; then auto_chk=' checked'; else man_chk=' checked'; fi if [ "$PPTP_ROUTING" = "yes" ]; then routing_yes_chk=' checked'; else routing_no_chk=' checked'; fi if [ "$PPTP_RESTART" = "yes" ]; then restart_chk=' checked'; fi sec_begin '$(lang de:"Starttyp" en:"Start type")' cat << EOF
EOF sec_end sec_begin '$(lang de:"Konfigurationsdateien" en:"Configuration files")' cat << EOF
$(lang de:"Hostname/IP-Adresse" en:"Hostname/IP address"):
$(lang de:"Benutzername" en:"Username"):
$(lang de:"Servername" en:"Servername"):
EOF sec_end sec_begin '$(lang de:"Zusätzliche Einstellungen" en:"Additional configuration")' cat << EOF$(lang de:"Kommandozeilen-Optionen" en:"Commandline options"):
$(lang de:"Befehl vor Verbindungsaufbau" en:"Preconnecting command"):
EOF sec_end sec_begin '$(lang de:"IP-Routing" en:"IP routing")' cat << EOF $(lang de:"Hier wird das Routing zum Server-Netz konfiguriert." en:"Here you can configure the routing to the server subnet.")