Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Disable loading of Dotenv. Requires refactoring and removal of old lo…
Browse files Browse the repository at this point in the history
…cal-config. Dotenv also fails on Deploy to button
  • Loading branch information
ellefsen committed Aug 17, 2017
1 parent 551850c commit a5a6d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

require_once(__DIR__ . '/../vendor/autoload.php');
(new \Dotenv\Dotenv(__DIR__.'/../'))->load();
// (new \Dotenv\Dotenv(__DIR__.'/../'))->load();

if ( file_exists( dirname( __FILE__ ) . '/local-config.php' ) ) {

Expand Down Expand Up @@ -104,7 +104,7 @@
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
*/
$table_prefix = "wp_";

/**
Expand Down

0 comments on commit a5a6d4a

Please sign in to comment.