aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Enotify.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-26 09:05:47 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-26 09:05:47 +0200
commit09666ae8e9d7195c4b839abd9b10ae23ff783558 (patch)
treec8947d413ed3b5258fe8e25b905d2cac98c034e0 /Zotlabs/Lib/Enotify.php
parent953d02e4b7c8ae7e1ccbecb37751936cd23710e0 (diff)
parentfe724acc3b78af5ed86b4bf0ff58bdd9b56356e2 (diff)
downloadvolse-hubzilla-09666ae8e9d7195c4b839abd9b10ae23ff783558.tar.gz
volse-hubzilla-09666ae8e9d7195c4b839abd9b10ae23ff783558.tar.bz2
volse-hubzilla-09666ae8e9d7195c4b839abd9b10ae23ff783558.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Lib/Enotify.php')
-rw-r--r--Zotlabs/Lib/Enotify.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Enotify.php b/Zotlabs/Lib/Enotify.php
index 05ea67ea5..cfb0bd344 100644
--- a/Zotlabs/Lib/Enotify.php
+++ b/Zotlabs/Lib/Enotify.php
@@ -747,8 +747,8 @@ class Enotify {
// generate a mime boundary
$mimeBoundary = rand(0, 9) . "-"
- .rand(10000000000, 9999999999) . "-"
- .rand(10000000000, 9999999999) . "=:"
+ .rand(100000000, 999999999) . "-"
+ .rand(100000000, 999999999) . "=:"
.rand(10000, 99999);
// generate a multipart/alternative message header