| Server IP : 177.55.116.72 / Your IP : 216.73.217.104 Web Server : Apache System : Linux UBAPCWEB27 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 User : web_hotelpraiadoc ( 3326) PHP Version : 8.2.20 Disable Function : proc_open, passthru, escapeshellcmd, exec, shell_exec, system, ini_alter, dl, popen, php_check_syntax, show_source, highlight_file, symlink, link, openlog, apache_child_terminate MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/hotelpraiadoconde.com.br/public/ |
Upload File : |
<?php
define( 'WP_CACHE', true );
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the website, you can copy this file to "wp-config.php"
* and fill in the values.
*
* This file contains the following configurations:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'praiadoconde' );
/** Database username */
define( 'DB_USER', 'user_praiadocond' );
/** Database password */
define( 'DB_PASSWORD', '6+mN[L[R2c' );
/** Database hostname */
define( 'DB_HOST', 'mysql465.umbler.com' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
/**#@+
* Authentication unique keys and salts.
*
* Change these to different unique phrases! You can generate these using
* the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
*
* You can change these at any point in time to invalidate all existing cookies.
* This will force all users to have to log in again.
*
* @since 2.6.0
*/
define( 'AUTH_KEY', 'u7g]5Pp|1/kd&mMb>H`L.}viEx?@:XT#2GR],irnH_lo~&ulLN@ARnabA*H[]cR^' );
define( 'SECURE_AUTH_KEY', 'I)T&n.<Q&Yl=ktU[$X]M@00f8jWSK60+=bT^T(y5jNeYV1MWg9vkCe5kQpjk$V82' );
define( 'LOGGED_IN_KEY', 'cGm~[t:cSNPtn6e@A 1Hg/xMqV<DeMd>RVE6 -k/LvKuQ<Am?l9V,q>BWX2-kqo&' );
define( 'NONCE_KEY', 'TYC;^>m0;8d(1p3OCL_x6EjRW[d_=04z7hEOo?+;!4lW2#p2%&T+p,{Z[#U!`RhX' );
define( 'AUTH_SALT', 'M[Ffw{XCn-VZCNriDb$_)u|n oKUoYD3Bya_671sOt[ykKxbv{T#EKZ)?(;h}H=D' );
define( 'SECURE_AUTH_SALT', 'M]/$38*<Gq1inMfFi*Rr`P=[~,5JV|:IFIA8A.0BhB!ATmhY!l7zjY_Mt:rWR3hF' );
define( 'LOGGED_IN_SALT', 'O!ibZ)}Wearv;7faM1v!]SG5_xHqj35Vx*/;#3Ee]v(pe!eD{#{2KX67Y7dfL{yQ' );
define( 'NONCE_SALT', 'q!!%LT+XwfKt#_90jX=2-IeCM&P0`r[!g)/u=4.V=<7@:iB{zme*ZB.[#00!GSP<' );
/**#@-*/
/**
* WordPress database table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'wp_';
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';