16 lines
570 B
PHP
16 lines
570 B
PHP
<?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 */
|