pulls/clones now work thru git-http-backend THRU my php script
[gwvp.git] / www / index.php
index fb71493..cfe2386 100644 (file)
@@ -13,8 +13,9 @@ require_once("config.php");
  * 5. do we auth?
  */
 
-goWeb();
+goWebGitBackEnd();
 
+/*
 echo "<pre>";
 echo "BASEURL: $BASE_URL\n";
 echo "CUSTOM\n";
@@ -23,6 +24,6 @@ print_r($_REQUEST);
 
 
 echo "</pre>";
-
+*/
 
 ?>