X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fphp%2Fclearscm.php;fp=web%2Fphp%2Fclearscm.php;h=6c262f14251fba1f9bb300b7d4751ecb952d1733;hb=882c1dda622316e9ec7bbbfefe66d520f7de0b09;hp=f3c01edfdb3562de1cdf7565676909ec8d4e5834;hpb=2289efc5cbcf192d765cd070175af19641ba93e5;p=clearscm.git diff --git a/web/php/clearscm.php b/web/php/clearscm.php index f3c01ed..6c262f1 100644 --- a/web/php/clearscm.php +++ b/web/php/clearscm.php @@ -261,10 +261,7 @@ function display_contents_as_snippet ($contents) { print ""; } // display_contents_as_snippet -function display_code ($file, - $machine = "clearscm.com", - $port = ":8080", - $path = "/viewvc/clearscm.com/") { +function display_code ($file) { display_contents_as_code (getSCMFile ($file)); } # display_code