Ignore:
Timestamp:
10/26/17 16:50:04 (8 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master, perl-5.22
Children:
d6ed36a
Parents:
9684832
Message:

dont allow multiple tunnels between same hosts because of shared key issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/syn3/webint/src/vpn/lang_de.php

    r9684832 re248cf2  
    240240);}
    241241
     242function _TunnelAlreadyExistsBetweenHosts($a="",$b="",$c="",$d="") { return (
     243        "Tunnel $a already exists between these IP adresses."
     244);}
     245
    242246function _TunnelDownError($a='',$b='') { return (
    243247        "Fehler beim Deaktivieren des Tunnels $a: $b"
Note: See TracChangeset for help on using the changeset viewer.