From b1e0b3ec561ef4e3ae26df2419ba2ed7170e000a Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 24 Feb 2007 16:27:20 -0800 Subject: fixed up git_browse to take full path strings TODO: secure this through validation? --- bn_django/git_browse/settings.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bn_django/git_browse/settings.py') diff --git a/bn_django/git_browse/settings.py b/bn_django/git_browse/settings.py index a18018b..87b957d 100644 --- a/bn_django/git_browse/settings.py +++ b/bn_django/git_browse/settings.py @@ -1,7 +1,2 @@ - -# full path to directory holding all the git repositories (or sys links to -# the repositories) -GITBROWSE_BASE = '/home/bnewbold/bn-project/' - # fill path to the git command GITCOMMAND = '/usr/local/bin/git' -- cgit v1.2.3