X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Fsettings.php;h=68bc142aee3799e1420a0455ec69948bca945f4b;hp=8ec2d4ba62055e6a23b0bcd03314c2e0d1c02529;hb=a95b8e8626615eb84bd4760a0640d13dc1e67bab;hpb=7a8818d6a3dba51ca8dfc4142488a139618dfdb0 diff --git a/inc/settings.php b/inc/settings.php index 8ec2d4b..68bc142 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");