X-Git-Url: http://git.pjr.cc/?p=gwvp-mini.git;a=blobdiff_plain;f=www%2Fconfig.php;h=c0620455eb5cc394c6629c776e253195984cebc6;hp=cbdcdf44ec8ff3e4af58ea27f3ed3cb73ddfecc8;hb=c05c510242a32b196d0c943a36f2514075e3e73d;hpb=4d6a42b605b8c52c5621fb704b284e4c12672755 diff --git a/www/config.php b/www/config.php index cbdcdf4..c062045 100644 --- a/www/config.php +++ b/www/config.php @@ -11,6 +11,11 @@ $db_name = "$data_directory/gwvpmini.db"; // just a file for sqlite, for anythin $db_username = ""; $db_password = ""; +$cmd_line_tool = realpath("../bin/gwvpminicmdtool.php"); -error_log("included config file"); +$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