init III
This commit is contained in:
13
Perl OTRS/Kernel/Config/Files/ZZZACL.pm
Normal file
13
Perl OTRS/Kernel/Config/Files/ZZZACL.pm
Normal file
@@ -0,0 +1,13 @@
|
||||
# OTRS config file (automatically generated)
|
||||
# VERSION:1.1
|
||||
package Kernel::Config::Files::ZZZACL;
|
||||
use strict;
|
||||
use warnings;
|
||||
no warnings 'redefine'; ## no critic
|
||||
use utf8;
|
||||
sub Load {
|
||||
my ($File, $Self) = @_;
|
||||
|
||||
return;
|
||||
}
|
||||
1;
|
||||
Reference in New Issue
Block a user