git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
68db2f2
Branches
Tags
master
ticket
webinterface.git
modules
gitolite
menu.php
First strike: list repositories from a gitolite-admin repo
bernd
commited
68db2f2
at 2011-12-21 16:51:49
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu["git_git"] = array("label" => "Git-Zugänge", "file" => "git", "weight" => 1, "submenu" => "systemuser_account"); } ?>