diff options
author | Remy <relst@relst.nl> | 2015-06-03 20:56:44 +0200 |
---|---|---|
committer | Remy <relst@relst.nl> | 2015-06-03 20:56:44 +0200 |
commit | b80d7a571df84291d0c57924de46773e35ab218c (patch) | |
tree | ee9f917a7386ab645293861682a2213eb8329ef5 /functions/variables.php | |
parent | 456eca5418301adde7b970873bd25882ebc92ad2 (diff) | |
download | ssl-decoder-b80d7a571df84291d0c57924de46773e35ab218c.zip ssl-decoder-b80d7a571df84291d0c57924de46773e35ab218c.tar.gz ssl-decoder-b80d7a571df84291d0c57924de46773e35ab218c.tar.bz2 |
fix correct PTR lookup
Diffstat (limited to 'functions/variables.php')
-rw-r--r-- | functions/variables.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/variables.php b/functions/variables.php index cc195f5..6e215fc 100644 --- a/functions/variables.php +++ b/functions/variables.php @@ -20,7 +20,7 @@ $timeout = 2; # Don't change stuff down here. date_default_timezone_set('UTC'); -$version = 2.5; +$version = 2.6; ini_set('default_socket_timeout', 2); |