| Server IP : 68.183.124.220 / Your IP : 216.73.217.137 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/cwd/ |
Upload File : |
<?php
/**
* 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', 'comecondo' );
/** MySQL database username */
define( 'DB_USER', 'comecondo' );
/** MySQL database password */
define( 'DB_PASSWORD', 'woshiGavin1' );
/** 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', '' );
/**#@+
* 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', 'put your unique phrase here' );
define( 'SECURE_AUTH_KEY', 'put your unique phrase here' );
define( 'LOGGED_IN_KEY', 'put your unique phrase here' );
define( 'NONCE_KEY', 'put your unique phrase here' );
define( 'AUTH_SALT', 'put your unique phrase here' );
define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
define( 'LOGGED_IN_SALT', 'put your unique phrase here' );
define( 'NONCE_SALT', 'put your unique phrase here' );
*/
define('AUTH_KEY', 'ay@4c-]h]scs@U|2gm-X$hW]qK4gM),|TaTCD #*3=zG:(6ye_99v8v.9<?$!m-~');
define('SECURE_AUTH_KEY', '%dZT@sP/,OhR*bQv?P`Yf[UwD-t3WKw!Ucd+]mg?+GQ@-B;{X`+}UM{/Yh+ {$<P');
define('LOGGED_IN_KEY', '1SK2hhEK:G]U|k7_u;x&Xj4~xO.2KLdJ.(a%l=+0vlk4b:<+ccM;QJx]F In-,`J');
define('NONCE_KEY', '?uf{]p1(Deu6{Kd:$F|IG[CG}frOOx-cen.p$,sWS_4fK)m-qc{n[^&%vKnmc-SX');
define('AUTH_SALT', '%OJR.-Sb1qa%%z|CkPuIT8>pXu0uxes>6V8=+N]~)#cG--v]|gyW,BagutNf~{fP');
define('SECURE_AUTH_SALT', 'p8|%Cqz6pmZNBXS}l$?+|/%nT&:: y7yr593jf uL&0B=T|izq};hy|r}88r`PY6');
define('LOGGED_IN_SALT', 'V.M?q`vJ.8=S/:`>bp+hXFrU/-UA.uJ[]X-,,}Rb<_#-U3@_ CL[t&NCQ[jNiW{%');
define('NONCE_SALT', 'cZtJc;mA,a|]ShfeI[SXYpuC%_ qg|R5xYFSqC;,qk+)g+`E#lFoY~E,r&fdwS?=');
/**#@-*/
/**
* 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 = '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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', false );
/* That's all, stop editing! Happy publishing. */
/** 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' );
/*
define('WP_ALLOW_REPAIR', true);
*/