summaryrefslogtreecommitdiffstats
path: root/functions/variables.php
diff options
context:
space:
mode:
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
+?>