Changeset 6052 for trunk/include
- Timestamp:
- May 3, 2010, 2:49:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config_default.inc.php
r5470 r6052 762 762 $conf['local_data_dir'] = dirname(dirname(__FILE__)).'/_data'; 763 763 764 // where should the API add photos? 765 $conf['upload_dir'] = PHPWG_ROOT_PATH.'upload'; 764 // where should the API/UploadForm add photos? This path must be relative to 765 // the Piwigo installation directory (but can be outside, as long as it's 766 // reachable from your webserver). 767 $conf['upload_dir'] = './upload'; 766 768 767 769 // where should the user be guided when there is no photo in his gallery yet?
Note: See TracChangeset
for help on using the changeset viewer.