diff options
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); |