This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| define( 'ENV', 'dev' ); // Default: 'dev' | |
| // Environment-specific settings ---------------------------------------------- | |
| switch ( ENV ) { | |
| case 'dev': // Default environment! | |
| define( 'WPMUDEV_APIKEY', false ); | |
| break; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| ******************************************************************************* | |
| * MAL: Maintenance Auto-Login. | |
| ******************************************************************************* | |
| * Automatically logs you in as the first admin user found in the WordPress | |
| * database. | |
| * | |
| * How to use it: | |
| * |
NewerOlder