X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fphp%2Fclearscm.php;fp=web%2Fphp%2Fclearscm.php;h=80e822910503217fdfdb5ebd46d2433019758215;hb=222b96f3192ccdf5a6d1b5673d3a454573c56993;hp=c26bb5f75fcbd4e4646ee26eaa00fac0ee1af7a5;hpb=c722f19ec70999de5fa2089ea73653fbb4630e40;p=clearscm.git diff --git a/web/php/clearscm.php b/web/php/clearscm.php index c26bb5f..80e8229 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)) {