110. File Comparison Report

Produced on Mon May 12 13:04:51 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.

110.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\groups\orca\js loader.php Wed Oct 17 08:48:22 2007 UTC
2 Dolphin-v.6.1.0\groups\orca\js loader.php Wed Apr 9 17:44:56 2008 UTC

110.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 44
Changed 2 4
Inserted 0 0
Removed 0 0

110.3 Comparison options

Whitespace
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

110.4 Active regular expressions

No regular expressions were active.

110.5 Comparison detail

1   <?php   1   <?php
2   /**   2   /**
3   *                              O rca Intera ctive Foru m Script   3   *                              O rca Intera ctive Foru m Script
4   *                                 --------- ------   4   *                                 --------- ------
5   *     Star ted              : Mo n Mar 23 2 006   5   *     Star ted              : Mo n Mar 23 2 006
6   *     Copy right            : (C ) 2007 Boo nEx Group   6   *     Copy right            : (C ) 2007 Boo nEx Group
7   *     Webs ite              : ht tp://www.b oonex.com   7   *     Webs ite              : ht tp://www.b oonex.com
8   * This fil e is part  of Orca -  Interactiv e Forum Sc ript   8   * This fil e is part  of Orca -  Interactiv e Forum Sc ript
9   * GPL   9   * Creative  Commons A ttribution  3.0 Licen se
10   **/   10   **/
11     11  
12     12  
13   chdir ('.. ');   13   chdir ('.. ');
14     14  
15   require_on ce ('./inc /header.in c.php');   15   require_on ce ('./inc /header.in c.php');
16     16  
17   require_on ce ($gConf ['dir']['c lasses'].' BxJsGzipLo ader.php') ;   17   require_on ce ($gConf ['dir']['c lasses'].' BxJsGzipLo ader.php') ;
18     18  
19   $aJsGzip =  array ('B xError.js' , 'BxXmlRe quest.js',  'BxXslTra nsform.js' , 'util.js ', 'BxHist ory.js', ' BxForum.js ', 'BxAdmi n.js', 'Bx Login.js',  'BxEditor .js');   19   $aJsGzip =  array ('B xError.js' , 'BxXmlRe quest.js',  'BxXslTra nsform.js' , 'util.js ', 'BxHist ory.js', ' BxForum.js ', 'BxAdmi n.js', 'Bx Login.js',  'BxEditor .js');
20   new   BxJsGzipLo ader   ('ja',   $aJsGzip,   $gConf['di r'][' base']   .   ' js / '
,   $gConf['di r']['cache ']);
  20   new   BxJsGzipLo ader   ('ja',   $aJsGzip,   $gConf['di r']['
js
' ] ,   $gConf['di r']['cache ']);
21     21  
22   //new BxJs GzipLoader  ('d', $gC onf['dir'] ['base'] .  'js/', '' , $gConf[' dir']['cac he']);   22   //new BxJs GzipLoader  ('d', $gC onf['dir'] ['base'] .  'js/', '' , $gConf[' dir']['cac he']);
23     23  
24   ?>   24   ?>