summaryrefslogtreecommitdiffstats
path: root/functions/variables.php
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2015-04-22 08:41:29 +0200
committerRemy <relst@relst.nl>2015-04-22 08:41:29 +0200
commit89c0e6c38ff88b25d68435c19218b2b3755b756e (patch)
treeca6e5b40da34a5ebf0e2e6ce9c3f92b26beb542f /functions/variables.php
parentc09417ee3a6c084b7c221ecd4c22ef90f955b979 (diff)
downloadssl-decoder-89c0e6c38ff88b25d68435c19218b2b3755b756e.zip
ssl-decoder-89c0e6c38ff88b25d68435c19218b2b3755b756e.tar.gz
ssl-decoder-89c0e6c38ff88b25d68435c19218b2b3755b756e.tar.bz2
Add warning if cert expires in < 30 days
Diffstat (limited to 'functions/variables.php')
-rw-r--r--functions/variables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/variables.php b/functions/variables.php
index 6869f71..53556cd 100644
--- a/functions/variables.php
+++ b/functions/variables.php
@@ -17,7 +17,7 @@
date_default_timezone_set('UTC');
ini_set('default_socket_timeout', 2);
-$version = 2.2;
+$version = 2.3;
$random_blurp = rand(1000,99999);