Updated the template configuration to add the upload path/url.
This commit is contained in:
parent
7a5bb7345d
commit
f40d197478
@ -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'] = '/';
|
||||
|
@ -459,5 +459,4 @@ div.download-file {
|
||||
width: 40%;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user