hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/home.obu.edu/ |
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'home');
/** MySQL database username */
define('DB_USER', 'obuweb');
/** MySQL database password */
define('DB_PASSWORD', 'gunDam#08TH');
/** MySQL hostname */
define('DB_HOST', 'webdb.obu.edu');
/** 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', 'B]E g~Nh/.KM/$V9(oAU{}*JZkl@$` Eu-t3~al5mI_R=,O}~g~th>a}dp)ctcRb' );
define( 'SECURE_AUTH_KEY', 'VL*,zKiC/80XubD) qu/?E3>H{9 lj5J9wc*({BG{} (Y6X[)40?HgF~=4XcI~%' );
define( 'LOGGED_IN_KEY', '7j+P=(|xn,MV>(a$3e`*NlYWZ/2A@_pn?CGp[@2B1z{NQTRryVO!.Cj3q%I8bZn:' );
define( 'NONCE_KEY', 'BXO~LQ1`TEZ{X``=nROT*i}C.McoCzq{^]6,nD< [+H[&&831bfamN.)tP[=lwIp' );
define( 'AUTH_SALT', 's@fsS:9U_N}[3~:H@r.a]bF8|Aa~5hZC6Z6&-=;V6xe_/>m{/^E:REX.b6*.qxbJ' );
define( 'SECURE_AUTH_SALT', 'P#6@ Z<3Mm/-RxnU`S]A9P$U984+zBfC15><]Ea38(u6I`NGTzg3wM(IzO}^/&,q' );
define( 'LOGGED_IN_SALT', 'Cx^skPHhRGO+S.I7$hGo_a`jf&8zSG`AKN#UTJuv}T,U;r|zyevb^;feI{[&c.$Z' );
define( 'NONCE_SALT', '|~x eN{;7L@12K@5QW}mE;B?J,JVrt}FbCMRf hw8-qtyoK32a6!Eg/*&Va2F()x' );
/**#@-*/
/**
* 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 = 'home_';
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de.mo to wp-content/languages and set WPLANG to 'de' to enable German
* language support.
*/
define ('WPLANG', '');
/**
* 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.
*/
define('WP_DEBUG', false);
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
$base = '/';
define( 'DOMAIN_CURRENT_SITE', 'home.obu.edu' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
/*ADDED BY KEVIN June 2, 2016 to fix "It appears that your home_url setting is trying to redirect to another domain" error with WPMU Hummingbird plugin site monitoring*/
define('WP_HOME','https://home.obu.edu');
define('WP_SITEURL','https://home.obu.edu');