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.
# | Location | File | Last Modified |
---|---|---|---|
1 | Dolphin-v.6.1.2\orca\layout\base | params.php | Wed Apr 9 17:44:52 2008 UTC |
2 | Dolphin-v.6.1.3\orca\layout\base | params.php | Wed Jul 16 09:43:47 2008 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 20 |
Changed | 0 | 0 |
Inserted | 1 | 1 |
Removed | 0 | 0 |
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 |
No regular expressions were active.
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 | ?> |