X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fphp%2Fscm.php;h=60f048735d81d6fa69e0c3db455097141297824d;hb=c788c50c192b34d8ceee668097af99c90ca841b1;hp=15ba134355dba7ac0a54facabe1bc5dcbfbec87f;hpb=3fdc9abc11240aab7c3ac5f0a7a0a45aaae6d9bb;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");