Make ftp base directory configurable
This commit is contained in:
15
application/config/scattport.php
Normal file
15
application/config/scattport.php
Normal 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 */
|
||||
Reference in New Issue
Block a user