X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fphp%2Fclearscm.php;h=0f6a6c8f1ffa038652d4e480b5f6b721d08d4990;hb=bb61b065080a4fa71b34da451a612461339656bb;hp=d59f2e718f6d966ea1a59bfcc43b3bb60d9ff552;hpb=260517db1e32c14f15222d7b9073ed2c33081e62;p=clearscm.git diff --git a/web/php/clearscm.php b/web/php/clearscm.php index d59f2e7..0f6a6c8 100644 --- a/web/php/clearscm.php +++ b/web/php/clearscm.php @@ -14,6 +14,8 @@ //////////////////////////////////////////////////////////////////////////////// include_once "scm.php"; +date_default_timezone_set('America/Los_Angeles'); + $base = $_SERVER['DOCUMENT_ROOT']; function menu_css () { @@ -67,7 +69,7 @@ function menu () {
  • Triggers
  • Evil Twin Finder
  • GUI DiffBL
  • -
  • View Ager
  • +
  • View Ager
  • Open Source Builds
  • @@ -261,10 +263,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