File "get_proxy_names"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/proc/thread-self/root/opt/fleetssl-cpanel/get_proxy_names
File size: 340 bytes
MIME-type: text/x-perl
Charset: utf-8
#!/usr/local/cpanel/3rdparty/bin/perl
package scripts::fleetssl_get_proxysubdomains;
use strict;
use Cpanel::WebVhosts::ProxySubdomains ();
exit run(@ARGV) unless caller();
sub run {
my ( $user ) = @_;
my @labels = Cpanel::WebVhosts::ProxySubdomains::ssl_proxy_subdomain_labels_for_user($user);
print "$_\n" for @labels;
}