mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Merge branch 'wux-fix' into 'develop'
Added missed use in Tools.pm See merge request !790
This commit is contained in:
commit
11de97b2fb
@ -26,6 +26,7 @@ use HTML::Entities;
|
|||||||
use Encode;
|
use Encode;
|
||||||
use Socket qw(inet_ntoa inet_aton);
|
use Socket qw(inet_ntoa inet_aton);
|
||||||
use Sys::Syslog;
|
use Sys::Syslog;
|
||||||
|
use Scalar::Util qw(looks_like_number);
|
||||||
|
|
||||||
# New in 3.2. Used to sendmail internally, without external scripts
|
# New in 3.2. Used to sendmail internally, without external scripts
|
||||||
# use Module::Loaded;
|
# use Module::Loaded;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user