Enable command line framework

This commit is contained in:
Daniel Berteaud 2013-10-03 10:00:02 +02:00
parent 80627c8ce4
commit 3c7856c549
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ $data->{'core.ajaxplorer'}->{'WEBMASTER_EMAIL'} = 'admin@'.$DomainName;
$data->{'core.ajaxplorer'}->{'AJXP_TMP_DIR'} = '/var/lib/ajaxplorer/tmp';
$data->{'core.ajaxplorer'}->{'DEFAULT_LANGUAGE'} = $ajaxplorer{'DefaultLanguage'} || 'en';
$data->{'core.ajaxplorer'}->{'APPLICATION_TITLE'} = $ajaxplorer{'Title'} || 'Ajaxplorer';
$data->{'core.ajaxplorer'}->{'CMDLINE_ACTIVE'} = '__true__';
$data->{'core.ajaxplorer'}->{'CLI_PHP'} = '/usr/bin/php';
if (($ajaxplorer{'PublicShares'} || 'enabled') eq 'enabled'){
$data->{'core.ajaxplorer'}->{'PUBLIC_DOWNLOAD_FOLDER'} = '/var/lib/ajaxplorer/public';