40. File Comparison Report

Produced on Thu Jul 17 07:17:27 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.

40.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.1.2\orca\layout\uni params.php Wed Apr 9 17:44:52 2008 UTC
2 Dolphin-v.6.1.3\orca\layout\uni params.php Wed Jul 16 09:44:27 2008 UTC

40.2 Comparison summary

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

40.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

40.4 Active regular expressions

No regular expressions were active.

40.5 Comparison detail

1   <?php   1   <?php
2     2       if( is set($_REQU EST['gConf ']) ) die;  // global s hack pre vention
3       requir e_once ($g Conf['dir' ]['layouts '] . 'base /params.ph p');   3       requir e_once ($g Conf['dir' ]['layouts '] . 'base /params.ph p');
4     4  
5       $gConf ['dir']['x sl'] = $gC onf['dir'] ['layouts' ] . 'uni/x sl/';   //  xsl dir   5       $gConf ['dir']['x sl'] = $gC onf['dir'] ['layouts' ] . 'uni/x sl/';   //  xsl dir
6     6  
7       $gConf ['url']['c ss'] = $gC onf['url'] ['layouts' ] . 'uni/c ss/';   //  css url   7       $gConf ['url']['c ss'] = $gC onf['url'] ['layouts' ] . 'uni/c ss/';   //  css url
8       $gConf ['url']['x sl'] = $gC onf['url'] ['layouts' ] . 'uni/x sl/';   //  xsl url   8       $gConf ['url']['x sl'] = $gC onf['url'] ['layouts' ] . 'uni/x sl/';   //  xsl url
9     9  
10   ?>   10   ?>