From: paulr Date: Fri, 4 Nov 2011 08:57:04 +0000 (+1100) Subject: started work on the git backend bit X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=commitdiff_plain;h=7fc39fd33f6a8fcf6893208921cd276ea3f00e61 started work on the git backend bit --- 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 ""; }