Updated the template configuration to add the upload path/url.

svn
Loic d'Anterroches 2008-08-04 08:39:00 +02:00
parent 7a5bb7345d
commit f40d197478
2 changed files with 2 additions and 1 deletions

View File

@ -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'] = '/';

View File

@ -459,5 +459,4 @@ div.download-file {
width: 40%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}