Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F8196299
config.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
config.php
View Options
<?php
/** start RoundCube specific code */
define
(
'INSTALL_PATH'
,
preg_replace
(
'/program[
\\\\\/
]js[
\\\\\/
].+$/'
,
''
,
getcwd
()));
require_once
INSTALL_PATH
.
'program/include/iniset.php'
;
$rcmail_config
=
new
rcube_config
();
$config
[
'general.engine'
]
=
$rcmail_config
->
get
(
'spellcheck_engine'
)
==
'pspell'
?
'PSpell'
:
'GoogleSpell'
;
$config
[
'GoogleSpell.rpc_uri'
]
=
$rcmail_config
->
get
(
'spellcheck_uri'
);
/** end RoundCube specific code */
// General settings
//$config['general.engine'] = 'GoogleSpell';
//$config['general.engine'] = 'PSpell';
//$config['general.engine'] = 'PSpellShell';
//$config['general.remote_rpc_url'] = 'http://some.other.site/some/url/rpc.php';
// PSpell settings
$config
[
'PSpell.mode'
]
=
PSPELL_FAST
;
$config
[
'PSpell.spelling'
]
=
""
;
$config
[
'PSpell.jargon'
]
=
""
;
$config
[
'PSpell.encoding'
]
=
""
;
// PSpellShell settings
$config
[
'PSpellShell.mode'
]
=
PSPELL_FAST
;
$config
[
'PSpellShell.aspell'
]
=
'/usr/bin/aspell'
;
$config
[
'PSpellShell.tmp'
]
=
'/tmp'
;
// Windows PSpellShell settings
//$config['PSpellShell.aspell'] = '"c:\Program Files\Aspell\bin\aspell.exe"';
//$config['PSpellShell.tmp'] = 'c:/temp';
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 8, 3:53 PM (1 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1048583
Default Alt Text
config.php (1 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment