humanmade / hm-base

Standard project layout for Human Made Projects.
81 stars 18 forks source link

Check for _SERVER var first before using it #34

Closed shadyvb closed 8 years ago

shadyvb commented 8 years ago

Fixes a problem with wp-cli where no HTTP_HOST variable is defined.

A wp-cli.yml file with url value would fix this, but if it does not exist, an error message is displayed on every wp-cli command.

shadyvb commented 8 years ago

Seems like https://github.com/humanmade/hm-base/blob/master/wp-config.php#L19 does fix this.