X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fphp%2Fclearscm.php;h=e43d016881e8d5cd4375385cdd19893b61fdcc67;hb=7ddf095f187ca60d9a70fb83b2bc3c2b6d91f088;hp=068e46f344d812bce74d27b50d04b1a321f1b096;hpb=64cb05c445d480f29d266e70db6eb1d021d34456;p=clearscm.git diff --git a/web/php/clearscm.php b/web/php/clearscm.php index 068e46f..e43d016 100644 --- a/web/php/clearscm.php +++ b/web/php/clearscm.php @@ -89,7 +89,7 @@ function menu () {
@@ -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)) {