Ticket #53377: 53377.2.patch
File 53377.2.patch, 3.2 KB (added by , 3 years ago) |
---|
-
parameters.xml
75 75 /> 76 76 <parameter 77 77 name="Automatic Database Server PHP File" 78 defaultValue="define( 'DB_HOST', '{DbServer}');"78 defaultValue="define( 'DB_HOST', '{DbServer}' );" 79 79 tags="Hidden, MySQL" 80 80 > 81 81 <parameterEntry 82 82 type="TextFile" 83 scope="wp-config .php$"84 match="define\( 'DB_HOST', '[^']*'\);"83 scope="wp-config\.php$" 84 match="define\(\s*'DB_HOST',\s*'[^']*'\s*\);" 85 85 /> 86 86 </parameter> 87 87 … … 100 100 </parameter> 101 101 <parameter 102 102 name="Automatic Database Name PHP File" 103 defaultValue="define( 'DB_NAME', '{DbName}');"103 defaultValue="define( 'DB_NAME', '{DbName}' );" 104 104 tags="Hidden, MySQL" 105 105 > 106 106 <parameterEntry 107 107 type="TextFile" 108 scope="wp-config .php$"109 match="define\( 'DB_NAME', '[^']*'\);"108 scope="wp-config\.php$" 109 match="define\(\s*'DB_NAME',\s*'[^']*'\s*\);" 110 110 /> 111 111 </parameter> 112 112 … … 136 136 > 137 137 <parameterEntry 138 138 type="TextFile" 139 scope="wp-config .php$"140 match="define\( 'DB_USER', '[^']*'\);"139 scope="wp-config\.php$" 140 match="define\(\s*'DB_USER',\s*'[^']*'\s*\);" 141 141 /> 142 142 </parameter> 143 143 … … 160 160 > 161 161 <parameterEntry 162 162 type="TextFile" 163 scope="wp-config .php$"164 match="define\( 'DB_PASSWORD', '[^']*'\);"163 scope="wp-config\.php$" 164 match="define\(\s*'DB_PASSWORD',\s*'[^']*'\s*\);" 165 165 /> 166 166 </parameter> 167 167 … … 242 242 > 243 243 <parameterEntry 244 244 type="TextFile" 245 scope="wp-config .php$"246 match="define\( 'AUTH_KEY',\s*'[^']*'\);"245 scope="wp-config\.php$" 246 match="define\(\s*'AUTH_KEY',\s*'[^']*'\s*\);" 247 247 /> 248 248 </parameter> 249 249 … … 267 267 > 268 268 <parameterEntry 269 269 type="TextFile" 270 scope="wp-config .php$"271 match="define\( 'SECURE_AUTH_KEY',\s*'[^']*'\);"270 scope="wp-config\.php$" 271 match="define\(\s*'SECURE_AUTH_KEY',\s*'[^']*'\s*\);" 272 272 /> 273 273 </parameter> 274 274 … … 292 292 > 293 293 <parameterEntry 294 294 type="TextFile" 295 scope="wp-config .php$"296 match="define\( 'LOGGED_IN_KEY',\s*'[^']*'\);"295 scope="wp-config\.php$" 296 match="define\(\s*'LOGGED_IN_KEY',\s*'[^']*'\s*\);" 297 297 /> 298 298 </parameter> 299 299 … … 317 317 > 318 318 <parameterEntry 319 319 type="TextFile" 320 scope="wp-config .php$"321 match="define\( 'NONCE_KEY',\s*'[^']*'\);"320 scope="wp-config\.php$" 321 match="define\(\s*'NONCE_KEY',\s*'[^']*'\s*\);" 322 322 /> 323 323 </parameter> 324 324 … … 342 342 > 343 343 <parameterEntry 344 344 type="TextFile" 345 scope="wp-config .php$"346 match="define\( 'AUTH_SALT',\s*'[^']*'\);"345 scope="wp-config\.php$" 346 match="define\(\s*'AUTH_SALT',\s*'[^']*'\s*\);" 347 347 /> 348 348 </parameter> 349 349 … … 367 367 > 368 368 <parameterEntry 369 369 type="TextFile" 370 scope="wp-config .php$"371 match="define\( 'SECURE_AUTH_SALT',\s*'[^']*'\);"370 scope="wp-config\.php$" 371 match="define\(\s*'SECURE_AUTH_SALT',\s*'[^']*'\s*\);" 372 372 /> 373 373 </parameter> 374 374 … … 392 392 > 393 393 <parameterEntry 394 394 type="TextFile" 395 scope="wp-config .php$"396 match="define\( 'LOGGED_IN_SALT',\s*'[^']*'\);"395 scope="wp-config\.php$" 396 match="define\(\s*'LOGGED_IN_SALT',\s*'[^']*'\s*\);" 397 397 /> 398 398 </parameter> 399 399 … … 417 417 > 418 418 <parameterEntry 419 419 type="TextFile" 420 scope="wp-config .php$"421 match="define\( 'NONCE_SALT',\s*'[^']*'\);"420 scope="wp-config\.php$" 421 match="define\(\s*'NONCE_SALT',\s*'[^']*'\s*\);" 422 422 /> 423 423 </parameter> 424 424