|
|
About dVPN:
-
Constructs a virtual private network within the Internet
using D-S-N (an open royalty free) protocol.
-
Transparently extends the connection beyond the Internet
-
Provides secure data and control information transfer
-
Application software does not need to know the nature of
the connection
|
-
aaaaaaaa bbbb cccc ddddddd
-
xxxx
-
yyyyyy
-
zzzz
|
|
|
|
";
echo "";
echo "© 2001-2008 Hampton Technologies, Inc. Colorado, USA ";
while(!feof ($taginfo))
{
$line = fgets($taginfo);
echo $line;
}
fclose($taginfo);
echo " ";
echo "Last modified: ";
echo $today;
echo " ";
?>
|