X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fphp%2Fclearscm.php;h=e43d016881e8d5cd4375385cdd19893b61fdcc67;hb=2a0c437b0b31a09f3b85df22ad890120b62f3cec;hp=c26bb5f75fcbd4e4646ee26eaa00fac0ee1af7a5;hpb=c722f19ec70999de5fa2089ea73653fbb4630e40;p=clearscm.git diff --git a/web/php/clearscm.php b/web/php/clearscm.php index c26bb5f..e43d016 100644 --- a/web/php/clearscm.php +++ b/web/php/clearscm.php @@ -294,8 +294,8 @@ function scm_man ($file) { $end_of_index = 0; $pre_just_ended = 0; - $url = "/gitweb/?p=.git;a=blob_plain;f=$file;hb=HEAD"; - $history = "/gitweb/?p=.git;a=history;f=$file;hb=HEAD"; + $url = "/gitweb/?p=clearscm.git;a=blob_plain;f=$file;hb=HEAD"; + $history = "/gitweb/?p=clearscm.git;a=history;f=$file;hb=HEAD"; // Now get the output and write it out while (!feof ($stdout)) {