X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fphp%2Fscm.php;h=60f048735d81d6fa69e0c3db455097141297824d;hb=44aaba558b2244c52c99d5a4bc50cae05c4ed514;hp=15ba134355dba7ac0a54facabe1bc5dcbfbec87f;hpb=7156527746ad1d3a0af416f5a836f6e4ea43ab1c;p=clearscm.git diff --git a/web/php/scm.php b/web/php/scm.php index 15ba134..60f0487 100644 --- a/web/php/scm.php +++ b/web/php/scm.php @@ -13,7 +13,7 @@ // //////////////////////////////////////////////////////////////////////////////// function getSCMFile ($file) { - $url = "http://clearscm.com/gitweb/?p=.git;a=blob_plain;f=$file;hb=HEAD"; + $url = "http://clearscm.com/gitweb/?p=clearscm.git;a=blob_plain;f=$file;hb=HEAD"; $contents = @file ($url) or die ("$url not found");