f12aba6daa6e2848a8ed60ea57b26874d6675f52
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 Updated copyright notice (2...

Bernd Wurst authored 11 years ago

modules/webmailtotp/menu.php  5) Written 2008-2013 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) 
modules/googleauth/menu.php  11) You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see 
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) 
modules/googleauth/menu.php  19) if ($role & (ROLE_SYSTEMUSER | ROLE_MAILACCOUNT | ROLE_VMAIL_ACCOUNT)) {
Bernd Wurst Umbenennung Google-Auth nac...

Bernd Wurst authored 11 years ago

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