Hanno Böck This code is published under a 0BSD license. 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. */ require_role(ROLE_SYSTEMUSER); include('git.php'); $section = 'git_git'; $form = ''; title('GIT-Benutzer eines anderen Kunden hinzufügen'); output('

Um anderen GIT-Benutzern, die einen anderen Kundenaccount verwenden, ebenfalls Zugriff auf Ihre GIT-Repositories einzuräumen, können Sie hier GIT-Benutzer anderer Kunden freischalten.

'); $form .= '

'; output(html_form('git_newforeignuser', 'save', 'action=newforeignuser', $form));