Page MenuHomePhorge

D25665.1726794863.diff
No OneTemporary

D25665.1726794863.diff

diff --git a/externals/phpmailer/class.phpmailer-lite.php b/externals/phpmailer/class.phpmailer-lite.php
--- a/externals/phpmailer/class.phpmailer-lite.php
+++ b/externals/phpmailer/class.phpmailer-lite.php
@@ -2049,7 +2049,6 @@
* @param string $key_pass Password for private key
*/
public function DKIM_QP($txt) {
- $tmp="";
$line="";
for ($i=0;$i<strlen($txt);$i++) {
$ord=ord($txt[$i]);
diff --git a/externals/phpmailer/class.phpmailer.php b/externals/phpmailer/class.phpmailer.php
--- a/externals/phpmailer/class.phpmailer.php
+++ b/externals/phpmailer/class.phpmailer.php
@@ -2187,7 +2187,6 @@
* @param string $key_pass Password for private key
*/
public function DKIM_QP($txt) {
- $tmp="";
$line="";
for ($i=0;$i<strlen($txt);$i++) {
$ord=ord($txt[$i]);

File Metadata

Mime Type
text/plain
Expires
Fri, Sep 20, 01:14 (3 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
892784
Default Alt Text
D25665.1726794863.diff (823 B)

Event Timeline