]> git.pld-linux.org Git - packages/wordpress.git/blobdiff - wordpress.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/wordpress.git] / wordpress.patch
index 52edc65a3cf5374af0b10b1621cad84f232a5c5b..72208e2a6083e4942ca7b91b9ee185f957bf3a1b 100644 (file)
  
        /** The config file resides in ABSPATH */
        require_once( ABSPATH . 'wp-config.php' );
---- wordpress/wp-admin/setup-config.php.orig   2009-11-20 05:11:01.000000000 +0100
-+++ wordpress/wp-admin/setup-config.php        2010-01-23 19:09:28.000000000 +0100
-@@ -199,7 +199,7 @@
- <p class="step"><a href="install.php" class="button">Run the install</a></p>
+--- wordpress-3.5.1/wp-admin/setup-config.php~ 2013-02-06 16:21:34.000000000 +0200
++++ wordpress-3.5.1/wp-admin/setup-config.php  2013-02-06 16:22:14.098004158 +0200
+@@ -275,7 +275,7 @@
+ </script>
  <?php
        else :
 -              $handle = fopen(ABSPATH . 'wp-config.php', 'w');
 +              $handle = fopen(ABSPATH . '/etc/webapps/wordpress/wp-config.php', 'w');
-               foreach( $configFile as $line ) {
+               foreach( $config_file as $line ) {
                        fwrite($handle, $line);
                }
+--- wordpress-3.0.1/wp-config.php~     2010-09-08 12:02:37.000000000 +0300
++++ wordpress-3.0.1/wp-config.php      2010-09-08 12:05:20.193097026 +0300
+@@ -16,13 +16,13 @@
+ // ** MySQL settings - You can get this info from your web host ** //
+ /** The name of the database for WordPress */
+-define('DB_NAME', 'database_name_here');
++define('DB_NAME', 'wordpress');
+ /** MySQL database username */
+-define('DB_USER', 'username_here');
++define('DB_USER', 'mysql');
+ /** MySQL database password */
+-define('DB_PASSWORD', 'password_here');
++define('DB_PASSWORD', '');
+ /** MySQL hostname */
+ define('DB_HOST', 'localhost');
This page took 0.084145 seconds and 4 git commands to generate.