X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Fsettings.php;h=c06b92dff57d706ccc60fd51318821e7d9330550;hp=50797f0eafc9e932324834ae7dcf33c158ab6547;hb=80e63e12e3043d7164c35c4babd830dd969cd212;hpb=9acc365249b5e630da6b5cdd23e3a8015f39ddc7 diff --git a/inc/settings.php b/inc/settings.php index 50797f0..c06b92d 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -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", ""); @@ -46,4 +58,8 @@ define ("THUMBSDIRURL", ""); // max size (either width or height) of thumbnails. If one dimension of // 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); ?>