diff options
author | root <root@vps2.sparklingclouds.nl> | 2015-12-06 13:21:54 +0100 |
---|---|---|
committer | root <root@vps2.sparklingclouds.nl> | 2015-12-06 13:21:54 +0100 |
commit | ad47580237957bc1a32f2859028aa0b58d0117cb (patch) | |
tree | f96d2d91d21a9e0ee8436fb3f551d5d552c8aaed /functions/variables.php | |
parent | 31d742c18c0e110891315bd9133d42f7974671f4 (diff) | |
download | ssl-decoder-ad47580237957bc1a32f2859028aa0b58d0117cb.zip ssl-decoder-ad47580237957bc1a32f2859028aa0b58d0117cb.tar.gz ssl-decoder-ad47580237957bc1a32f2859028aa0b58d0117cb.tar.bz2 |
version 3.1
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 763360e..eca3087 100644 --- a/functions/variables.php +++ b/functions/variables.php @@ -23,7 +23,7 @@ $max_chain_length = 10; # Don't change stuff down here. date_default_timezone_set('UTC'); -$version = 3.0; +$version = 3.1; ini_set('default_socket_timeout', $timeout); |