Enable powerfs, lets use an external zip process to create archives when users download a selection of files or a folder

This commit is contained in:
Daniel Berteaud 2013-10-03 11:27:37 +02:00
parent 4827f330be
commit de33bd9fbd
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ $data->{'core.notifications'} = {
'USER_EVENTS' => '__true__'
};
$data->{'action.powerfs'} = {
'AJXP_PLUGIN_ENABLED' => '1'
};
$data = serialize($data);
# PHP::Serialization has now way to
# represent a boolean, so lets replace __true__