X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=inc%2Fsettings.php;h=0cc5a29942934852587573f39ae4956a601cb23c;hb=ec0e87c5345c39b2317fed18338681621460159d;hp=8ec2d4ba62055e6a23b0bcd03314c2e0d1c02529;hpb=57511b4efd7402ef58de66ac1fe2c01ed1b1d7b5;p=syp.git diff --git a/inc/settings.php b/inc/settings.php index 8ec2d4b..0cc5a29 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -17,12 +17,6 @@ define ("DBNAME", "syp"); // tables prefix. This prefix will also be used as a prefix for cookie names. define ("DBPREFIX", "syp_"); -// admin password. It will be read from here during site installation. -// Then, it will be stored in database. So, if you need to change password -// once it's set, changing it here will not work; you'll need to change it -// in the database. -define ("ADMINPWD", ""); - // directory where images will be uploaded and stored. That directory needs // to be writeable by SYP. define ("UPLOADDIR", "upload"); @@ -30,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