mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
fixed stupid windows path: moved aspell_path config to setup, vor obvious reasons
This commit is contained in:
parent
a8d2e1824c
commit
198492c678
@ -249,7 +249,7 @@ class setup_process
|
||||
}
|
||||
$current_config['files_dir'] = 'C:\\Program Files\\'.$egroupwareDirName.'\\'.$GLOBALS['egw_setup']->ConfigDomain.'\\files';
|
||||
$current_config['backup_dir'] = 'C:\\Program Files\\'.$egroupwareDirName.'\\'.$GLOBALS['egw_setup']->ConfigDomain.'\\backup';
|
||||
$current_config['aspell_path'] = 'C:\Program Files\Aspell\bin\aspell.exe';
|
||||
$current_config['aspell_path'] = 'C:\\Program Files\\Aspell\\bin\\aspell.exe';
|
||||
}
|
||||
// only set aspell path, if it's installed
|
||||
if (!is_executable($current_config['aspell_path']))
|
||||
|
Loading…
Reference in New Issue
Block a user