summaryrefslogtreecommitdiffstats
path: root/functions/variables.php
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2015-04-12 15:14:25 +0200
committerRemy <relst@relst.nl>2015-04-12 15:14:25 +0200
commita7690e83a90a9e68c4bc74bf03f8b50d2261377c (patch)
tree27a2c55e9b300fc1641a768ae34e8cc5d024016b /functions/variables.php
parent225ba54913c49cfeca7e3afa7d2e9af128a344a7 (diff)
downloadssl-decoder-a7690e83a90a9e68c4bc74bf03f8b50d2261377c.zip
ssl-decoder-a7690e83a90a9e68c4bc74bf03f8b50d2261377c.tar.gz
ssl-decoder-a7690e83a90a9e68c4bc74bf03f8b50d2261377c.tar.bz2
fix long duration and possible timeout of non-http/s tests
Diffstat (limited to 'functions/variables.php')
-rw-r--r--functions/variables.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/variables.php b/functions/variables.php
index c578bed..6869f71 100644
--- a/functions/variables.php
+++ b/functions/variables.php
@@ -15,6 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
date_default_timezone_set('UTC');
+ini_set('default_socket_timeout', 2);
$version = 2.2;