9afc4f3e88eba11c38cb8921e7d6cd5b2bf34ba3
bernd Bessere Darstellung des Dom...

bernd authored 14 years ago

1) <?php
2) 
3) require_once('inc/base.php');
4) require_once('inc/debug.php');
5) 
bernd Mailman-Domains nur auslese...

bernd authored 14 years ago

6) 
bernd Bessere Darstellung des Dom...

bernd authored 14 years ago

7) function mailman_subdomains($domain)
8) {
bernd Mailman-Domains nur auslese...

bernd authored 14 years ago

9)   if ( ! in_array('mailman', config('modules')))
10)   {
11)     return array();
12)   }