3049d72a by Jeff Balicki

ddd

1 parent d13235a0
...@@ -51,7 +51,7 @@ define( 'DB_CHARSET', 'utf8mb4' ); ...@@ -51,7 +51,7 @@ define( 'DB_CHARSET', 'utf8mb4' );
51 define( 'DB_COLLATE', '' ); 51 define( 'DB_COLLATE', '' );
52 52
53 define('ALLOW_UNFILTERED_UPLOADS', true); 53 define('ALLOW_UNFILTERED_UPLOADS', true);
54 54 define( 'WPCACHEHOME', __DIR__.'/wp-content/plugins/wp-super-cache/' );
55 55
56 //Disable automatic updates 56 //Disable automatic updates
57 //Disable update notifications 57 //Disable update notifications
......