smeserver-clamrt/root/etc/e-smith/templates/etc/clamrt.list/00setup

12 lines
185 B
Plaintext
Raw Normal View History

2012-07-02 22:20:31 +02:00
{
use esmith::AccountsDB;
my $a = esmith::AccountsDB->open_ro || die "Couldn't open AccountsDB\n";
2012-07-03 22:12:11 +02:00
@ibays = $a->ibays();
@shares = $a->get_all_by_prop(type=>'share');
2012-07-02 22:20:31 +02:00
2012-07-02 22:44:07 +02:00
$OUT .= '';
2012-07-02 22:20:31 +02:00
}