X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=blobdiff_plain;f=www%2Findex.php;h=fb7149358fcbc0a5f9a20eec820145b683071efb;hp=4f830011587c437b21bf3125840f828809472748;hb=34740c9fa804277f1f51c1fb3c0f2c9645f3840f;hpb=a182956b0e83f45b973212b0b91bb44cf88edbdc diff --git a/www/index.php b/www/index.php index 4f83001..fb71493 100644 --- a/www/index.php +++ b/www/index.php @@ -3,7 +3,26 @@ // initial http file require_once("config.php"); +/* first determine the url, it will be something that does either or the following: + * + * + * 1. admin functions (create/delete repo) + * 2. user functions (patch pushes, pull requests) + * 3. gitweb functions (to display git web output) + * 4. git-http-backend functions (to interact with command line functions) + * 5. do we auth? + */ + +goWeb(); + +echo "
";
+echo "BASEURL: $BASE_URL\n";
+echo "CUSTOM\n";
+print_r($_SERVER);
+print_r($_REQUEST);
+
+
+echo "
"; -echo "Hello moto"; ?>