mirror of
https://ghproxy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2025-10-04 01:59:47 +08:00
don't allow to edit files
This commit is contained in:
parent
16e438d2c2
commit
3c3d513c53
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ Config::define( 'SCRIPT_DEBUG', true );
|
||||||
ini_set( 'display_errors', 1 );
|
ini_set( 'display_errors', 1 );
|
||||||
|
|
||||||
// Enable plugin and theme updates and installation from the admin
|
// Enable plugin and theme updates and installation from the admin
|
||||||
Config::define( 'DISALLOW_FILE_MODS', false );
|
Config::define( 'DISALLOW_FILE_MODS', true );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue