芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/class.bf1.my/wp-admin/js/sendicq.tar
usr/local/cpanel/scripts/sendicq 0000755 00000000732 15122351424 0012755 0 ustar 00 #!/usr/local/cpanel/3rdparty/bin/perl # cpanel - scripts/sendicq Copyright 2022 cPanel, L.L.C. # All rights reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited use Cpanel::iContact qw( ); my $message = join( ' ', @ARGV ); Cpanel::iContact::sendicq( undef, $message );