Warning: Constant SEO_LINKS_API_ENDPOINT already defined in /www/wwwroot/fni.gov.mz/wp-content/plugins/wordpress-plugin/wordpress-plugin.php on line 10
HEX
HEX
Server: Apache
System: Linux paginas.localdomain 4.15.0-200-generic #211-Ubuntu SMP Thu Nov 24 18:16:04 UTC 2022 x86_64
User: www (1002)
PHP: 8.0.11
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/fni.gov.mz/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:
 *
 * * 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', 'fni' );

/** MySQL database username */
define( 'DB_USER', 'fni' );

/** MySQL database password */
define( 'DB_PASSWORD', '8WR7FNiZ6d' );

/** MySQL hostname */
define( 'DB_HOST', '127.0.0.1' );

/** 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',         'l.:^>w}Q8Ots&ov(E5(-bt.RUbNzv2cbK(VL/g{@Bf+q&o.t9x(WoPmZ#O=z=68k' );
define( 'SECURE_AUTH_KEY',  'TvMxy@.*KVP?}R_%Fqi>C=!It);t]T3{BN%MIa$YbHC[BNHbvd}M m/1-3w[;18Y' );
define( 'LOGGED_IN_KEY',    '8(Lm#calf>d`KaGRqP9d0K d2U?mo<;kT]Klos**Pc W.!%Xk-)@~J54NQ<>d&W_' );
define( 'NONCE_KEY',        'cbxsFVqk?}lIu7Az A0+3nf*cTg,qP+lLYWos03RPh`aWORX(rK:i|EJ[pwefl49' );
define( 'AUTH_SALT',        './x4(ectg-72j oD#/_Fh{|?n%;Kl/hu)JTf/MFq=.};pcc+yZ~=eo6F#[ikXJ C' );
define( 'SECURE_AUTH_SALT', ',R|aEX6Hs[,>4?g{B+LmFf+F-&#]]`}$^|<mpC23 kdvAla<.`W_~%:xn{#bB&8C' );
define( 'LOGGED_IN_SALT',   '?UvOGWWsil^=;3@J;U!$8zwFAtZV7OMPQ>Wi1oq^WQ7EM5&YjOnls)<Q@5|r!6gd' );
define( 'NONCE_SALT',       '~!g:ng2nPcHqPWX/{BBii6DH 2-bj*f:q.9^Z`#j/#E#HG?iDisrpQQ1q6SN^M%_' );

/**#@-*/

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

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