X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fphp%2Fclearscm.php;h=6c262f14251fba1f9bb300b7d4751ecb952d1733;hb=ed3a95a9d59c42260ab64d6e1ee7824db30869d1;hp=d59f2e718f6d966ea1a59bfcc43b3bb60d9ff552;hpb=260517db1e32c14f15222d7b9073ed2c33081e62;p=clearscm.git diff --git a/web/php/clearscm.php b/web/php/clearscm.php index d59f2e7..6c262f1 100644 --- a/web/php/clearscm.php +++ b/web/php/clearscm.php @@ -67,7 +67,7 @@ function menu () {
  • Triggers
  • Evil Twin Finder
  • GUI DiffBL
  • -
  • View Ager
  • +
  • View Ager
  • Open Source Builds
  • @@ -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