From 7fc39fd33f6a8fcf6893208921cd276ea3f00e61 Mon Sep 17 00:00:00 2001 From: paulr Date: Fri, 4 Nov 2011 19:57:04 +1100 Subject: [PATCH] started work on the git backend bit --- gwvplib/gwvpdebug.php | 2 + gwvplib/gwvpgitcontrol.php | 48 ++++++++++++++++++++++++++++++++++++++++++++ gwvplib/gwvprepoadmin.php | 1 - 3 files changed, 50 insertions(+), 1 deletions(-) diff --git a/gwvplib/gwvpdebug.php b/gwvplib/gwvpdebug.php index b1df458..fb8d49c 100644 --- a/gwvplib/gwvpdebug.php +++ b/gwvplib/gwvpdebug.php @@ -22,6 +22,8 @@ function gwvp_DebugEnabled() } else { echo "No session data"; } + echo "\n\nglobal\n"; + print_r($GLOBALS); echo ""; diff --git a/gwvplib/gwvpgitcontrol.php b/gwvplib/gwvpgitcontrol.php index d78fcde..978e3bf 100644 --- a/gwvplib/gwvpgitcontrol.php +++ b/gwvplib/gwvpgitcontrol.php @@ -1,5 +1,53 @@ Repository Name"; echo "Repository Description"; echo ""; - echo "
"; echo ""; } -- 1.7.0.4