No regular expressions were active.
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 |
|
?>
|