| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/omalley/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 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', 'omalley' );
/** Database username */
define( 'DB_USER', 'omalley' );
/** Database password */
define( 'DB_PASSWORD', 'Omalley$%^_24$$' );
/** 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', 'Y0> >OcLkjY.3Zoz4tDJw,o0)NfPt_):=`$9D!g)II16!-f3pC>V+_cXJkyZJ0Yz' );
define( 'SECURE_AUTH_KEY', '@4-bi_e<srL)g6Zwxizkxs_=LKzi]?}-iy:?2LFE7a#6G@,n9ZOO.5@7}xm<IFQ_' );
define( 'LOGGED_IN_KEY', ')x@-(;k_xaMqOATc{}a545C&wT1B-^hZj[[x[t( }eJF%JY|?KK0ZZb,>M9Ny~D!' );
define( 'NONCE_KEY', '8q39yw7%{Y=RI`KlCakD7TJCwKu(-gyAc5?r&H8fHOG!jc6CN4B0qalqQjhoI[2V' );
define( 'AUTH_SALT', 'AR?_tN7jj_y~=b]7/6nD=T?%g9VLM 6xh*=$)Y<|g;M*N $2iJ?|X,TeMzWo{P4l' );
define( 'SECURE_AUTH_SALT', 'EDxyb6o0bvanKj,DTgbrW;;_OftyWBFF!aTp%Da?kP8x+7-x*~%T%.fWG<l.cgl&' );
define( 'LOGGED_IN_SALT', '3]2t13-}Y3ZG[,p<OX2owb:|75d|mth9Y)%zkkH>d*:3<i:=SCsVttQ<*#K?M%#c' );
define( 'NONCE_SALT', '5:/[c)D[_BT!2aET;KL[/a0#G%K7#[<FQ};-DBh(g$R[B4N3Pg<]jT o+C=Sirj_' );
/**#@-*/
/**
* 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 = 'omc_';
/**
* 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';