don't allow to edit files

This commit is contained in:
Jakub Mikita 2019-09-19 08:14:03 +02:00
parent 16e438d2c2
commit 3c3d513c53

View file

@ -15,4 +15,4 @@ Config::define( 'SCRIPT_DEBUG', true );
ini_set( 'display_errors', 1 );

// Enable plugin and theme updates and installation from the admin
Config::define( 'DISALLOW_FILE_MODS', false );
Config::define( 'DISALLOW_FILE_MODS', true );