Make ftp base directory configurable

This commit is contained in:
Karsten Heiken
2011-11-27 18:36:13 +01:00
parent 415d547538
commit 1fc9763ff3
2 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<?php defined('BASEPATH') || exit('No direct script access allowed');
/*
|--------------------------------------------------------------------------
| Directory into which the results are uploaded
|--------------------------------------------------------------------------
|
| When a client made a calculation, he uploads the results to a directory
| on this server.
|
| This has to be the base directory, i.e. the ftp-user's home directory.
*/
$config['ftp_base'] = '/var/scattportd';
/* End of file scattport.php */
/* Location: ./application/config/scattport.php */