Revert "wordpress : use hack to make wordpress accept ipv6 urls"

This reverts commit ee077f3a.
parent d8775d9b
...@@ -18,7 +18,7 @@ url = http://wordpress.org/latest.tar.gz ...@@ -18,7 +18,7 @@ url = http://wordpress.org/latest.tar.gz
[application-template] [application-template]
recipe = slapos.recipe.download recipe = slapos.recipe.download
url = ${:_profile_base_location_}/wp-config.php.in url = ${:_profile_base_location_}/wp-config.php.in
#md5sum = #md5sum = ${application-configuration:md5sum}
download-only = True download-only = True
filename = template.in filename = template.in
mode = 0644 mode = 0644
......
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
* @package WordPress * @package WordPress
*/ */
define('WP_SITEURL', '/');
// ** MySQL settings - You can get this info from your web host ** // // ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */ /** The name of the database for WordPress */
define('DB_NAME', '%(mysql_database)s'); define('DB_NAME', '%(mysql_database)s');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment