HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-27-128 6.8.0-1033-aws #35~22.04.1-Ubuntu SMP Wed Jul 23 17:51:00 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-config.php
<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://wordpress.org/documentation/article/editing-wp-config-php/
 *
 * @package WordPress
 */
//if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
  // $_SERVER['HTTPS']='on';

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
//@ini_set( 'max_input_vars' , 4000 );

define( 'DB_NAME', 'durafilms' );

/** Database username */
define( 'DB_USER', 'developer' );

/** Database password */
define( 'DB_PASSWORD', '$tk927ph21' );

/** Database hostname */
define( 'DB_HOST', 'localhost' );

/** 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',         'MuII-:pY#cvsJgWe_@e$y5@Eu;L4V0n;b/?rlt!q4ez5s11auINzwE#_Iz^bAB6Z' );
define( 'SECURE_AUTH_KEY',  '. (=2+!Wq-!S>T[4aBle5&-;(A4RD4eQ9FGT0F$Q^_+bCOs98Hz(5Rpm<k6kxsz4' );
define( 'LOGGED_IN_KEY',    '$Ngip}tQr8l7&tv,VXGf#}tvR6)>I&`:K-KDUE]@2,{5}qUrMaq.nXR~o7)}*UrB' );
define( 'NONCE_KEY',        '!E,(Uu}<L3-bc/ZF8aeI<|GFEdJ$7:fyv3ci)iRWFx&y bzipSGFRDpxFN&]BKKQ' );
define( 'AUTH_SALT',        '+v&Z%byg@d.S@ HSK_MW<MPHcybO*Y]fYXk=#+40udTvYqyTyxq+<uBC{Mqk.%W ' );
define( 'SECURE_AUTH_SALT', ';mN`k{rWNIlm[<P;k#) mzf@?hF@ak6g*0szIO29g6X^t<DN<y&o{_1D&^D]__FY' );
define( 'LOGGED_IN_SALT',   'r6*;tST<Z2KOvb4+9C|kM8;?s3}CG/XJADDse8! GAc~.p6*~2=}9kZF}0.v2dLE' );
define( 'NONCE_SALT',       '9)K4F,7HkKOdtJ>^@}%*pW;j0c*FW:V~*M/mSz0OezpCmv.!#F`A[m`GJi{Dz#00' );
define( 'WP_HOME', 'https://www.durafilms.com' );
define( 'WP_SITEURL', 'https://www.durafilms.com' );
/**#@-*/

/**
 * 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 = 'DF_';

/**
 * 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/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */



/* 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';