- Offizieller Beitrag
Code
#
# determine if user can download from the server
#
my %producthash = ();
my $product = \%producthash;
readhash($product_setting_file, $product);
my $downloadable = 1;
if($producthash{"ENTERPRISE"} eq "yes"){
my %networkhash = ();
my $network = \%networkhash;
readhash($network_setting_file, $network);
if($networkhash{"SYSID"} eq ""){
$downloadable = 0;
}
}
Alles anzeigen
also wenn das die Enterprise Version ist dann ja sonnst nein.
So versteh ich diese Funktion.
Probieren wir das doch mal aus nehm ich mal die 2.5 Appliance her