11. File Comparison Report

Produced on Thu Jul 17 07:17:06 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

11.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.1.2\groups\orca\layout\base params.php Wed Apr 9 17:44:56 2008 UTC
2 Dolphin-v.6.1.3\groups\orca\layout\base params.php Wed Jul 16 09:47:31 2008 UTC

11.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 20
Changed 0 0
Inserted 1 1
Removed 0 0

11.3 Comparison options

Whitespace All differences in whitespace within lines are ignored
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

11.4 Active regular expressions

No regular expressions were active.

11.5 Comparison detail

1   <?php   1   <?php
    2   if( isset( $_REQUEST[ 'gConf'])  ) die; //  globals ha ck prevent ion
2     3  
3   $gConf['di r']['xsl']  = $gConf[ 'dir']['la youts'] .  'base/xsl/ ';  // xsl  dir   4   $gConf['di r']['xsl']  = $gConf[ 'dir']['la youts'] .  'base/xsl/ ';  // xsl  dir
4     5  
5   $gConf['ur l']['icon' ] = $gConf ['url']['l ayouts'] .  'base/ico ns/';   //  icons url   6   $gConf['ur l']['icon' ] = $gConf ['url']['l ayouts'] .  'base/ico ns/';   //  icons url
6   $gConf['ur l']['img']  = $gConf[ 'url']['la youts'] .  'base/img/ ';  // img  url   7   $gConf['ur l']['img']  = $gConf[ 'url']['la youts'] .  'base/img/ ';  // img  url
7   $gConf['ur l']['css']  = $gConf[ 'url']['la youts']  .  'base/css /'; // css  url   8   $gConf['ur l']['css']  = $gConf[ 'url']['la youts']  .  'base/css /'; // css  url
8   $gConf['ur l']['xsl']  = $gConf[ 'url']['la youts'] .  'base/xsl/ ';  // xsl  url   9   $gConf['ur l']['xsl']  = $gConf[ 'url']['la youts'] .  'base/xsl/ ';  // xsl  url
9     10  
10   ?>   11   ?>