diff options
author | Remy <relst@relst.nl> | 2015-03-31 10:41:16 +0200 |
---|---|---|
committer | Remy <relst@relst.nl> | 2015-03-31 10:41:16 +0200 |
commit | 294ac6676ec9c02eb741f819fc76e6ed950ceb50 (patch) | |
tree | 0ef4029c7e43f4be7e6e75e7ebb34df94c95d6d4 /functions/variables.php | |
parent | 0fdb444fccbe3535d8b766446bb95bc1390f6442 (diff) | |
download | ssl-decoder-294ac6676ec9c02eb741f819fc76e6ed950ceb50.zip ssl-decoder-294ac6676ec9c02eb741f819fc76e6ed950ceb50.tar.gz ssl-decoder-294ac6676ec9c02eb741f819fc76e6ed950ceb50.tar.bz2 |
Use json endpoint internally and add warnings
Diffstat (limited to 'functions/variables.php')
-rw-r--r-- | functions/variables.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/variables.php b/functions/variables.php index e58b59e..1154bb4 100644 --- a/functions/variables.php +++ b/functions/variables.php @@ -14,6 +14,8 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. +date_default_timezone_set('UTC'); + $random_blurp = rand(1000,99999); # 2014-11-10 (nov) from wikipedia |