Added /data/custom/customlib_honeypot to newsletter-transport.pl

This commit is contained in:
arjan 2018-10-23 03:25:44 +02:00
parent dd9150a1a8
commit c029637c1a

View file

@ -4,6 +4,7 @@ BEGIN {
unshift @INC, qw( unshift @INC, qw(
/data/custom/webgui_newsletter/lib /data/custom/webgui_newsletter/lib
/data/WebGUI/lib /data/WebGUI/lib
/data/custom/customlib_honeypot
); );
} }
@ -99,4 +100,3 @@ sub closeSession {
$session->close; $session->close;
} }