Created
May 1, 2014 12:04
-
-
Save p4ulypops/fed7d3f3fe0a4078c423 to your computer and use it in GitHub Desktop.
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
<? | |
define('WP_HOME', 'http://'.$_SERVER['SERVER_NAME']); | |
define('WP_SITEURL', 'http://'.$_SERVER['SERVER_NAME']); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment