summaryrefslogtreecommitdiffstats
path: root/functions/variables.php
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2015-04-12 10:19:48 +0200
committerRemy <relst@relst.nl>2015-04-12 10:19:48 +0200
commit225ba54913c49cfeca7e3afa7d2e9af128a344a7 (patch)
treef53c51fed31c3e09eae61330a83271fd00ce1f95 /functions/variables.php
parentced7bdc15c7086cc47452478e6d94429833d30b7 (diff)
downloadssl-decoder-225ba54913c49cfeca7e3afa7d2e9af128a344a7.zip
ssl-decoder-225ba54913c49cfeca7e3afa7d2e9af128a344a7.tar.gz
ssl-decoder-225ba54913c49cfeca7e3afa7d2e9af128a344a7.tar.bz2
Add SSLv2 check
Diffstat (limited to 'functions/variables.php')
-rw-r--r--functions/variables.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/functions/variables.php b/functions/variables.php
index 1154bb4..c578bed 100644
--- a/functions/variables.php
+++ b/functions/variables.php
@@ -16,6 +16,8 @@
date_default_timezone_set('UTC');
+$version = 2.2;
+
$random_blurp = rand(1000,99999);
# 2014-11-10 (nov) from wikipedia
@@ -44,4 +46,4 @@ function parse_hostname($u_hostname){
return $result;
}
-?> \ No newline at end of file
+?>