3ef995c2108fe77d22c0b556fb9717cb848bc48f
bernd neues VHosts-Modul (unbenut...

bernd authored 18 years ago

1) <?php
Hanno Böck Add newlines before comment...

Hanno Böck authored 11 months ago

2) 
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 13 years ago

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

Hanno Böck authored 3 years ago

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

Bernd Wurst authored 13 years ago

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

Hanno Böck authored 3 years ago

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

Bernd Wurst authored 13 years ago

11) 
12) 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.
13) */
bernd neues VHosts-Modul (unbenut...

bernd authored 18 years ago

14) 
Bernd Wurst Interface für Zertifikate i...

Bernd Wurst authored 9 years ago

15) require_once('include/certs.php');
16) 
bernd neues VHosts-Modul (unbenut...

bernd authored 18 years ago

17) $role = $_SESSION['role'];
18) 
Hanno Fix coding style with php-c...

Hanno authored 7 years ago

19) if ($role & ROLE_SYSTEMUSER) {
Hanno Böck Codingstyle PSR12 + array s...

Hanno Böck authored 4 years ago

20)     $menu["vhosts_vhosts"] = ["label" => "Websites", "file" => "vhosts", "weight" => 2];
Hanno remove whitespace in empty...

Hanno authored 7 years ago

21) 
Bernd Wurst Interface für Zertifikate i...

Bernd Wurst authored 9 years ago

22)     if (user_has_manual_certs() or ($section == 'vhosts_certs')) {
Hanno Böck Codingstyle PSR12 + array s...

Hanno Böck authored 4 years ago

23)         $menu["vhosts_certs"] = ["label" => "TLS-Zertifikate", "file" => "certs", "weight" => 10, "submenu" => "vhosts_vhosts"];
Bernd Wurst Interface für Zertifikate i...

Bernd Wurst authored 9 years ago

24)     }