Update 'installer.sh'

This commit is contained in:
bprieshof
2019-09-10 21:25:50 +02:00
parent ed036bebfd
commit ec647cf8c2

View File

@@ -305,6 +305,7 @@ define( 'WP_MEMORY_LIMIT', '256M' );
define( 'DISALLOW_FILE_EDIT', true );
#define( 'EMPTY_TRASH_DAYS', 7 );
define( 'NOBLOGREDIRECT', 'https://$domain' );
define('FS_METHOD','direct');
#define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) );
#define( 'FS_CHMOD_FILE', ( 0644 & ~ umask() ) );
#define( 'WP_ALLOW_REPAIR', true );