Your IP : 216.73.216.173


Current Path : /home/blindman/public_html/
Upload File :
Current File : /home/blindman/public_html/wp-config.php

<?php
define('WP_CACHE', true); // WP-Optimize Cache
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'blindman_wp');
/** MySQL database username */
define('DB_USER', 'blindman_wp');
/** MySQL database password */
define('DB_PASSWORD', 'UNS+knj_zZcB');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
define('DISABLE_CACHE', true);  // disable the cache
/**#@+
 * 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',         'IP2O%lVJ&w|s%F@cc6 e7IBt-1(7`Ff8-*}i6L>W4 }eDC0-NhuKE.wU24WW|=!T');
define('SECURE_AUTH_KEY',  '&L)0+|h.M:#-a+eJfU[RR me-O13R[i.Zm!|ZK<yNr}Spp;heKt|wa,>3.-e_=Ef');
define('LOGGED_IN_KEY',    'ZpfwQ;B[RuS12I+F7De$D-!D2=:f#A}f!a+g6q,O-%3t[C/.P)|2_:,JtO5Ec1?E');
define('NONCE_KEY',        'Cz^Om)|wLb>fuf}8!SvIec~DlT{}2T}!pQuS<0ffihm){iQd]a ce7 P{K[(kZ)u');
define('AUTH_SALT',        '.KY7rXRu@!j/hE|g]g1!|_b]_n6+QFJ?WqcQ-g*d++,8w:H#/}iW])em}gD uKRS');
define('SECURE_AUTH_SALT', 'KW1EnTJH*khU(4Y2mmdMD,65MzmH{!X_bp0jB7|MZl3Z<%jor#x1=x2p@e62=KVu');
define('LOGGED_IN_SALT',   '+3#I1j-7)f{*lZ(dG^tgM1]Qb> ky2_L&?ptT%|8H(|r3C2Yc;U:+ujw$J1H~[%V');
define('NONCE_SALT',       'OGXXi~4RE!0 CQ8FYY:+X+-+T)]u/s^xbU}vT{liX>-f^Od-sJeP`JO5e?9~9}f$');
/**#@-*/
/**
 * 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!
 */
$table_prefix = 'sdd_';
/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define( 'WP_DEBUG', false );
define( 'WP_POST_REVISIONS', 5 );
/** Disable the Plugin and Theme Editor **/
define( 'DISALLOW_FILE_EDIT', true );
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');