File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/cpanel-lib/x86_64-linux/B/C/Section/Assign.pm
Back
package B::C::Section::Assign; use B::C::Std; use warnings; # avoid use vars our @ISA = qw/B::C::Section/; sub new ( $class, @args ) { my $self = $class->SUPER::new(@args); return $self; } sub add ( $self, @args ) { # for now simply perform a single add my $line = join ', ', @args; return $self->SUPER::add($line); } 1;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings