dcc202fb249a446ac15c7cf413b9f1b4a3f31b58
bernd Neues Modul für Mailman-Ver...

bernd authored 15 years ago

1) <?php
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

2) /*
3) This file belongs to the Webinterface of schokokeks.org Hosting
4) 
Hanno Böck Change license from CC0 to...

Hanno Böck authored 1 year ago

5) Written by schokokeks.org Hosting, namely
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

6)   Bernd Wurst <bernd@schokokeks.org>
7)   Hanno Böck <hanno@schokokeks.org>
8) 
Hanno Böck Change license from CC0 to...

Hanno Böck authored 1 year ago

9) This code is published under a 0BSD license.
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

10) 
11) Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
12) */
bernd Neues Modul für Mailman-Ver...

bernd authored 15 years ago

13) 
Bernd Wurst Mailman-Abschaltung Schritt...

Bernd Wurst authored 2 years ago

14) require_once('include/mailman.php');
bernd Neues Modul für Mailman-Ver...

bernd authored 15 years ago

15) $role = $_SESSION['role'];
16) 
Bernd Wurst Mailman-Abschaltung Schritt...

Bernd Wurst authored 2 years ago

17) $lists = get_lists('');
18) 
19) if ($role & ROLE_SYSTEMUSER && count($lists) > 0) {
Hanno Böck Codingstyle PSR12 + array s...

Hanno Böck authored 2 years ago

20)     $menu['mailman_lists'] = ["label" => "Mailinglisten", "file" => "lists", "weight" => 5, 'submenu' => 'email_vmail'];