5effc2bd7685822df276c1372dab480cff321941
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 Lizenzinfos in eigenes Modu...

Bernd Wurst authored 10 years ago

modules/webmailtotp/menu.php  5) Written 2008-2014 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" );