| Server IP : 31.14.161.123 / Your IP : 216.73.216.229 Web Server : Apache System : Linux cpanel.classit.ro 4.18.0-553.144.1.el8_10.x86_64 #1 SMP Tue Jul 14 09:26:58 EDT 2026 x86_64 User : diamedic ( 1014) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/diamedic/public_html/ |
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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
ini_set('memory_limit','512M');
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'diamedic_wp_qth0l' );
/** Database username */
define( 'DB_USER', 'diamedic_wp_altnk' );
/** Database password */
define( 'DB_PASSWORD', 'F?Ws0zs2^d$gkH1V' );
/** Database 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', '' );
define('DISABLE_WP_CRON', false);
/**#@+
* 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', '36kUEU1[|)k0Xhw!E20%q5s3KyLlp5n!u124v2G]5Y9|X/a171~38_k~G]PU5cg/');
define('SECURE_AUTH_KEY', '06ah%OPSy0ucrWo_3S1+#%0tIee(ie@P[J1KlqY(F:NsLfsZwYX+%w3@LEY@j06C');
define('LOGGED_IN_KEY', '+oaHpz]Ag~yW8pS8IXjn+VM42)*2S59X4XlMp(z3y_n&12Gsp5dF|Gq-:9@mYl~7');
define('NONCE_KEY', 'B-h)4:x3X#9*v0%ufv@&(G/I)5oGQmDKN8HoL%#Wb13gkAW@84l+!!0G3)56T3u0');
define('AUTH_SALT', 'a/17JrDES_A~Bb[tA:ClGne7A7Xu+eROG[T-(4QcGe42U%J2W%I068~06;o12i%U');
define('SECURE_AUTH_SALT', '+07Ii&J2R+m|9m9Ou4-Dle1wFlo#703-lQ:y6!b#gkgsBqHXYy632y!Va62E):e~');
define('LOGGED_IN_SALT', '#xU80z19e#j1Nwt(eU7JQ[b&[96!GS!0!@0aYz~XPY@70I2vXt40:/@9@|j937|@');
define('NONCE_SALT', 'I(96%_)75;@)S58d6750&)4|&9[7c2/(/W_f3nr*wDY+iRs%-Hq5ty]8B!0jPuC1');
/**#@-*/
/**
* 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 = 'ste86OR_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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 );
}
/* 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';