diff options
-rwxr-xr-x | clients/dhcptail.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/clients/dhcptail.pl b/clients/dhcptail.pl index 9c2111f..e5d7d4a 100755 --- a/clients/dhcptail.pl +++ b/clients/dhcptail.pl @@ -9,13 +9,9 @@ use warnings; BEGIN { require "../include/config.pm"; - eval { - require "../include/config.local.pm"; - }; } -my $year = $nms::config::tgname; -$year =~ s/tg/20/; # hihi +my (undef,undef,undef,undef,undef,$year,undef,undef,undef) = gmtime(time); my %months = ( Jan => 1, |