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