Download all files FTP
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* The base configuration for WordPress
|
||||
*
|
||||
@@ -20,16 +23,16 @@
|
||||
|
||||
// ** Database settings - You can get this info from your web host ** //
|
||||
/** The name of the database for WordPress */
|
||||
define( 'DB_NAME', 'host117523_wyszynskiego12pagedevpl' );
|
||||
define( 'DB_NAME', "server223005_wyszynskiego1202" );
|
||||
|
||||
/** Database username */
|
||||
define( 'DB_USER', 'host117523_wyszynskiego12pagedevpl' );
|
||||
define( 'DB_USER', "server223005_wyszynskiego1202" );
|
||||
|
||||
/** Database password */
|
||||
define( 'DB_PASSWORD', 'yZs52KdErtTk9KmZ8XGq' );
|
||||
define( 'DB_PASSWORD', "JTc-*dC4#G7.#cGl" );
|
||||
|
||||
/** Database hostname */
|
||||
define( 'DB_HOST', 'localhost' );
|
||||
define( 'DB_HOST', "mariadb118.server223005.nazwa.pl" );
|
||||
define( 'DB_HOST_REMOTE', 'host117523.hostido.net.pl' );
|
||||
|
||||
/** Database charset to use in creating database tables. */
|
||||
@@ -92,11 +95,12 @@ define( 'WP_DEBUG', false );
|
||||
|
||||
|
||||
|
||||
define( 'DUPLICATOR_AUTH_KEY', 'tP[{&6mn.gw9P*w7lXZ3|xHq{3m53-cG%/.bzO2m&1aAr~6M#K0vp8MU1BLR`;2:' );
|
||||
/* That's all, stop editing! Happy publishing. */
|
||||
|
||||
/** Absolute path to the WordPress directory. */
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
define( 'ABSPATH', __DIR__ . '/' );
|
||||
define( 'ABSPATH', dirname(__FILE__) . '/' );
|
||||
}
|
||||
|
||||
/** Sets up WordPress vars and included files. */
|
||||
|
||||
Reference in New Issue
Block a user