Update 'installer.sh'
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user