diff options
author | Remy <relst@relst.nl> | 2015-08-30 13:12:28 +0200 |
---|---|---|
committer | Remy <relst@relst.nl> | 2015-08-30 13:12:28 +0200 |
commit | ef431e3e13e27553c2be445d140a4978a556d6f7 (patch) | |
tree | 6a52c8e5d07c36f148f1fda771ffb0dc8a6d532c /functions/variables.php | |
parent | a5e71f1f01cfe16fd94f0507aba8e70cb6321b6a (diff) | |
download | ssl-decoder-ef431e3e13e27553c2be445d140a4978a556d6f7.zip ssl-decoder-ef431e3e13e27553c2be445d140a4978a556d6f7.tar.gz ssl-decoder-ef431e3e13e27553c2be445d140a4978a556d6f7.tar.bz2 |
up version to 2.7
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 6e215fc..30c6c14 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.6; +$version = 2.7; ini_set('default_socket_timeout', 2); |