dcc202fb249a446ac15c7cf413b9f1b4a3f31b58
Bernd Wurst Verify-Funktion für Kunden-...

Bernd Wurst authored 6 years ago

modules/index/verify.php   1) <?php
modules/index/verify.php   2) /*
modules/index/verify.php   3) This file belongs to the Webinterface of schokokeks.org Hosting
modules/index/verify.php   4) 
Hanno Böck Change license from CC0 to...

Hanno Böck authored 1 year ago

modules/contacts/menu.php  5) Written by schokokeks.org Hosting, namely
Bernd Wurst Verify-Funktion für Kunden-...

Bernd Wurst authored 6 years ago

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

Hanno Böck authored 1 year ago

modules/contacts/menu.php  9) This code is published under a 0BSD license.
Bernd Wurst Verify-Funktion für Kunden-...

Bernd Wurst authored 6 years ago

modules/index/verify.php  10) 
modules/index/verify.php  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.
modules/index/verify.php  12) */
modules/index/verify.php  13) 
Bernd Wurst In neues Modul ausgelagert

Bernd Wurst authored 6 years ago

modules/handles/menu.php  14) $role = $_SESSION['role'];
Bernd Wurst Verify-Funktion für Kunden-...

Bernd Wurst authored 6 years ago

modules/index/verify.php  15) 
modules/index/verify.php  16) 
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

modules/contacts/menu.php 17) if (($role & ROLE_CUSTOMER)) {
Hanno Böck Codingstyle PSR12 + array s...

Hanno Böck authored 2 years ago

modules/contacts/menu.php 18)     $menu["contacts_list"] = ["label" => "Adressen verwalten", "file" => "list", "weight" => 1, "submenu" => "index_index"];