From 882c1dda622316e9ec7bbbfefe66d520f7de0b09 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Wed, 23 Oct 2013 09:14:39 -0700 Subject: [PATCH] Eliminated viewvc --- web/php/clearscm.php | 5 +---- web/sysadm/env/index.php | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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 diff --git a/web/sysadm/env/index.php b/web/sysadm/env/index.php index 1b8855f..eaf7f1c 100644 --- a/web/sysadm/env/index.php +++ b/web/sysadm/env/index.php @@ -84,7 +84,7 @@ $

History

Full version history can be viewed here.

+href="/gitweb/?p=.git;a=tree;f=rc">here.

I now have separated out client customizations, i.e. startup functionality particular to different clients or employers, into the -- 2.17.1