Skip to content

Commit

Permalink
wait really
Browse files Browse the repository at this point in the history
  • Loading branch information
briankelleher committed Feb 14, 2016
1 parent 303f228 commit 600fe75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/wp-env/ation.develop.digitalmediauconn.org.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
define('DB_COLLATE', '');

define('WP_HOME', 'http://ation.develop.digitalmediauconn.org/www');
define('WP_SITEURL', 'http://'.$host.'');
define('WP_SITEURL', 'http://ation.develop.digitalmediauconn.org/www');

/** WP content directory */
//define('WP_CONTENT_URL', WP_HOME . '/wp-content');
define('WP_CONTENT_URL', WP_HOME . '/wp-content');

/** WP uploads directory */
//define('UPLOADS', 'wp-content/uploads');
define('UPLOADS', 'wp-content/uploads');

/**
* Auto-updates
Expand Down

0 comments on commit 600fe75

Please sign in to comment.