| Server IP : 88.99.149.37 / Your IP : 216.73.216.141 Web Server : nginx/1.31.2 System : Linux server-88-99-149-37 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64 User : muralimurth ( 1015) PHP Version : 8.4.23 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/1/root/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 website, 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
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'muralimurth_wp' );
/** Database username */
define( 'DB_USER', 'muralimurth_wp' );
/** Database password */
define( 'DB_PASSWORD', 'egxr6ZAWGJafa3fbQNEG' );
/** 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', '[|=QIvPl=8rxZX1{Q<8TH[]urmQ!L!{C<j/{%sj/{]qnsr^]Lfuhwg<XSj nbjh6' );
define( 'SECURE_AUTH_KEY', 'F&s8PGzH-wTkv.nf<bB;Fo.CxX49K<t1iv=8tzC!q7f[81@Tbk,w#4i3jRsKuJu~' );
define( 'LOGGED_IN_KEY', '4)0[OW#9 YRWacPjE?c ]9 ^dQT)|Br^M)AoxJ]zKK:HP_KK8EKca,aL9_8JDDc3' );
define( 'NONCE_KEY', '4{~og^tpfv,oFR(?OSc&Y/ZQJN&l*P76Y1%NZQa{!^KvLNorW=%Br6H*T9:v6ERQ' );
define( 'AUTH_SALT', ';yhfNF9vgF6`>;N%g2Rcg>[pXj^PQ`|5 V$Jww@Yq@le1e<;C}!h^O!,t/:cht],' );
define( 'SECURE_AUTH_SALT', '&{nBk? TVDXs1ra/;(_:+iCC7:g#apr+Zn:,k|%b|l#hhl#z(<AhMBT`OSj|%;%o' );
define( 'LOGGED_IN_SALT', 'JIyM)8mJDpy9ZcUFDJd(U<8BWBrwpd4npc)JX`@dqf4T o=X({^*;1p]wxN7B|*h' );
define( 'NONCE_SALT', 'Sgxd]WI;OQ26?*|oo/GHa/`)awYJ,A>gu`cePM,</c4[tOw[,OSyBPWe<T[U`j Q' );
/**#@-*/
/**
* 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 = 'mm_';
/**
* 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. */
define( 'WP_MEMORY_LIMIT', '512M' );
/* 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';