X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Fsettings.php.in;h=38742f4c50a4bf03e04521ad5aa57287edafe0b6;hp=5d4910a7b4d6f253dfb4fc583f21fb204b538dce;hb=5927a0dc28715b6e5ab297f1f5badd35df15a5b8;hpb=b6cae6a5698c5d0655d921f78f0ccab470bf034c diff --git a/inc/settings.php.in b/inc/settings.php.in index 5d4910a..38742f4 100644 --- a/inc/settings.php.in +++ b/inc/settings.php.in @@ -28,6 +28,18 @@ define ("THUMBSDIR", "upload/_thumbs"); // title of your website define ("SITETITLE", "SYP"); +// ftp server to store photos +define ("FTPSERVER", ""); + +// ftp user +define ("FTPUSER", ""); + +// ftp pass +define ("FTPPASS", ""); + +// ftp directory for images and thumbnails +define ("FTPROOTDIR", ""); + // email contact for webmaster. define ("WEBMASTERMAIL", ""); @@ -47,7 +59,10 @@ define ("THUMBSDIRURL", ""); // uploaded image is bigger, images will be resized. define ("THUMBSMAXSIZE", 400); -// if set to 0 (default), popup will appear at bottom right corner of the map. -// If set to 1 or true, popup will appear near marker. -define ("POPUPNEARFEATURE", 0); +// If set to 0 popup will appear near selected marker. +// If set to 1, popup will appear at top left corner of the map +// If set to 2, popup will appear at top right corner of the map +// If set to 3 (default), popup will appear at bottom right corner of the map +// If set to 4, popup will appear at bottom left corner of the map +define ("POPUPPOS", 3); ?>