Updated the template configuration to add the upload path/url.
This commit is contained in:
@@ -53,6 +53,8 @@ $cfg['idf_base'] = ''; // put '/whatever/index.php if you are not
|
||||
// subfolder.
|
||||
$cfg['url_base'] = 'http://projects.ceondo.com';
|
||||
$cfg['url_media'] = 'http://projects.ceondo.com/media';
|
||||
$cfg['url_upload'] = 'http://projects/ceondo.com/media/upload';
|
||||
$cfg['upload_path'] = '/path/to/media/upload';
|
||||
|
||||
$cfg['login_success_url'] = '/';
|
||||
$cfg['after_logout_page'] = '/';
|
||||
|
Reference in New Issue
Block a user