X-Git-Url: http://git.pjr.cc/?p=gwvp-mini.git;a=blobdiff_plain;f=www%2Fconfig.php;fp=www%2Fconfig.php;h=c0620455eb5cc394c6629c776e253195984cebc6;hp=6c195f4371c79a9079b8c8bad96b6406403c052a;hb=c05c510242a32b196d0c943a36f2514075e3e73d;hpb=f4aa66bfa1ab7c6de7ee8e043384e50b6948ca00 diff --git a/www/config.php b/www/config.php index 6c195f4..c062045 100644 --- a/www/config.php +++ b/www/config.php @@ -13,5 +13,9 @@ $db_password = ""; $cmd_line_tool = realpath("../bin/gwvpminicmdtool.php"); +$git_backend_cmd = "/usr/lib/git-core/git-http-backend"; +$git_cli_cmd = "/usr/bin/git"; +$php_cli_cmd = "/usr/bin/php"; + //error_log("included config file"); ?> \ No newline at end of file