mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 11:49:56 +03:00
issue #420, remove pLoader from list of applications
This commit is contained in:
parent
479204bd17
commit
e62f90fe4c
85 changed files with 97 additions and 248 deletions
|
@ -766,15 +766,6 @@ $conf['no_photo_yet_url'] = 'admin.php?page=photos_add';
|
|||
// directory with themes inside
|
||||
$conf['themes_dir'] = PHPWG_ROOT_PATH.'themes';
|
||||
|
||||
// pLoader direct download url for windows
|
||||
$conf['ploader_download_windows'] = 'http://piwigo.org/ext/download.php?eid=270';
|
||||
|
||||
// pLoader direct download url for mac
|
||||
$conf['ploader_download_mac'] = 'http://piwigo.org/ext/download.php?eid=353';
|
||||
|
||||
// pLoader direct download url for linux
|
||||
$conf['ploader_download_linux'] = 'http://piwigo.org/ext/download.php?eid=269';
|
||||
|
||||
// enable the synchronization method for adding photos
|
||||
$conf['enable_synchronization'] = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue