]> dev.renevier.net Git - syp.git/blobdiff - inc/settings.php
images are stored on a ftp server
[syp.git] / inc / settings.php
index 68bc142aee3799e1420a0455ec69948bca945f4b..0cc5a29942934852587573f39ae4956a601cb23c 100644 (file)
@@ -24,6 +24,21 @@ define ("UPLOADDIR", "upload");
 // title of your website
 define ("SITETITLE", "SYP");
 
+// ftp server to store photos
+define ("FTPSERVER", "");
+
+// ftp user
+define ("FTPUSER", "");
+
+// ftp pass
+define ("FTPPASS", "");
+
+// ftp directory
+define ("FTPIMGDIR", "");
+
+// email contact for webmaster.
+define ("WEBMASTERMAIL", "");
+
 // url of images directory. If empty, syp will try to guess it from syp admin
 // location and UPLOADDIR. So, you need to set that variable if host is
 // different between syp admin and images directory. Or if protocol is