96649f21ba18d07757afa9d98998f7a22c0d86a3
Bernd Wurst Google-Auth-Token setzen un...

Bernd Wurst authored 11 years ago

modules/googleauth/menu.php   1) <?php
modules/googleauth/menu.php   2) /*
modules/googleauth/menu.php   3) This file belongs to the Webinterface of schokokeks.org Hosting
modules/googleauth/menu.php   4) 
Bernd Wurst Copyright year update

Bernd Wurst authored 6 years ago

modules/webmailtotp/menu.php  5) Written 2008-2018 by schokokeks.org Hosting, namely
Bernd Wurst Google-Auth-Token setzen un...

Bernd Wurst authored 11 years ago

modules/googleauth/menu.php   6)   Bernd Wurst <bernd@schokokeks.org>
modules/googleauth/menu.php   7)   Hanno Böck <hanno@schokokeks.org>
modules/googleauth/menu.php   8) 
modules/googleauth/menu.php   9) To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
modules/googleauth/menu.php  10) 
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

modules/webmailtotp/menu.php 11) You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see
Bernd Wurst Google-Auth-Token setzen un...

Bernd Wurst authored 11 years ago

modules/googleauth/menu.php  12) http://creativecommons.org/publicdomain/zero/1.0/
modules/googleauth/menu.php  13) 
modules/googleauth/menu.php  14) 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/googleauth/menu.php  15) */
modules/googleauth/menu.php  16) 
modules/googleauth/menu.php  17) $role = $_SESSION['role'];
modules/googleauth/menu.php  18) 
Bernd Wurst allow setup of 2FA when log...

Bernd Wurst authored 3 years ago

modules/webmailtotp/menu.php 19) if ($role & (ROLE_MAILACCOUNT | ROLE_VMAIL_ACCOUNT)) {
Hanno Böck Codingstyle PSR12 + array s...

Hanno Böck authored 2 years ago

modules/webmailtotp/menu.php 20)     $menu["webmailtotp_account"] = ["label" => "Zwei-Faktor-Anmeldung", "file" => "account", "weight" => 5];
Bernd Wurst allow setup of 2FA when log...

Bernd Wurst authored 3 years ago

modules/webmailtotp/menu.php 21) } elseif ($role & ROLE_SYSTEMUSER) {
Hanno Böck Codingstyle PSR12 + array s...

Hanno Böck authored 2 years ago

modules/webmailtotp/menu.php 22)     $menu["webmailtotp_overview"] = ["label" => "Zwei-Faktor-Anmeldung", "file" => "overview", "weight" => 5, "submenu" => "email_vmail" ];