| Server IP : 195.130.67.5 / Your IP : 216.73.216.231 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/engineering/ |
Upload File : |
<?php
// Begin AIOWPSEC Firewall
if (file_exists('C:/inetpub/wwwroot/engineering/aios-bootstrap.php')) {
include_once('C:/inetpub/wwwroot/engineering/aios-bootstrap.php');
}
// End AIOWPSEC Firewall
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* 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://codex.wordpress.org/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', 'engineering');
/** MySQL database username */
define('DB_USER', 'mixanologos');
/** MySQL database password */
define('DB_PASSWORD', 'mixanologia');
/** MySQL 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', 'Ha}5$j`1=rZSnhnZ43>(Mmq/7wC ?r}z+.UI^Au]U{?V!xR=Cl$fjm;4ffcz t65');
define('SECURE_AUTH_KEY', 'qGbj.XmsUGDc.W!3vlL48?]?<eMPcWAR>SEh-t~rX=q[)51SqX.Z9]:Bgu/1D+%K');
define('LOGGED_IN_KEY', '*XN[y-3:0c.tX33~H{nx.74.:&MwHD?LAuWpk3..pWe0Q]*ea@ZlMc3)f#IM1vmZ');
define('NONCE_KEY', 'ixU#G3!yg*d`G3xWP( ]}i/$32HcRN!3sg=v8P)^#3`Or>qSjt|{CP2&My$!)Q|l');
define('AUTH_SALT', 'cZ+<Ny ?xm`qK+hdUvp{oe%S$GEhV9`7/#,ALjoy@,}!(_nngOD{(~WYy>emCDYI');
define('SECURE_AUTH_SALT', 'hu=E{+yi$sLmZy!hSNhjJB3SuoHAw[x}%hrl?{Q0J;~9A*?Te_?i7Y/>!YJl[G*z');
define('LOGGED_IN_SALT', '}a&!u}4W=ij@}KhLwH 8;qg}~1&g[[Jwj^//Owf~sro=lX4QBD5%sy`Z5Z;t;YNj');
define('NONCE_SALT', '4@W]O[[ufs+JT%B@vc.3>1&?.,yBTaBNsF-3sXIwx#92-*aLAiOMcrCe0>om.?+f');
/**#@-*/
/**
* 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 = 'ginEr_';
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
//error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
//ini_set("display_errors", 1);
define('WP_DEBUG', false);
/** Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
/* 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');
//Disable File Edits
define('DISALLOW_FILE_EDIT', true);