git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
97b6f43
Branches
Tags
master
ticket
webinterface.git
modules
gitolite
refresh.php
First draft of gitolite-module, only key-management implemented
bernd
commited
97b6f43
at 2011-12-21 16:51:51
refresh.php
Blame
History
Raw
<?php require_role(ROLE_SYSTEMUSER); include("git.php"); $section = 'git_git'; title("GIT-Konfiguration aktualisieren"); output('<p>Bitte warten Sie während die GIT-Konfiguration neu eingelesen wird...</p>'); refresh_gitolite(); if (!$debugmode) { header("Location: git"); }