mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
fixed stupid windows path: moved aspell_path config to setup, vor obvious reasons
This commit is contained in:
parent
1555115be7
commit
872fa0b72b
@ -249,7 +249,7 @@ class setup_process
|
|||||||
}
|
}
|
||||||
$current_config['files_dir'] = 'C:\\Program Files\\'.$egroupwareDirName.'\\'.$GLOBALS['egw_setup']->ConfigDomain.'\\files';
|
$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['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
|
// only set aspell path, if it's installed
|
||||||
if (!is_executable($current_config['aspell_path']))
|
if (!is_executable($current_config['aspell_path']))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user