Skip to content

Commit 68993a6

Browse files
committed
fix: define FS_METHOD as `direct
fixes ymirapp/wordpress-plugin#11
1 parent 3941603 commit 68993a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/ymir-config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@
3838
define('DISABLE_WP_CRON', (bool) getenv('DISABLE_WP_CRON'));
3939
define('DISALLOW_FILE_EDIT', true);
4040
define('DISALLOW_FILE_MODS', true);
41+
define('FS_METHOD', 'direct');

0 commit comments

Comments
 (0)