Upload files to "/"

This commit is contained in:
Nicholas A. Ferrell 2024-05-23 01:29:27 +00:00
parent 9251dc49b7
commit d324a16aad

10
disable-file-editing.php Normal file
View File

@ -0,0 +1,10 @@
<?php
/*
Plugin Name: Disable File Editing
Description: Disable Theme and Plugin Editing From Admin Area
Author: Nicholas A. Ferrell
*/
define( 'DISALLOW_FILE_EDIT', true );
?>