Server IP : 158.178.228.73 / Your IP : 80.80.80.153 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux ust-wp1-prod 5.15.0-308.179.6.el8uek.x86_64 #2 SMP Wed Apr 23 10:46:57 PDT 2025 x86_64 User : tomasFtp ( 1007) PHP Version : 8.4.8 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/proc/self/root/backup/lawreview.source.0705250400/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 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', 'ustlawrev' ); /** MySQL database username */ define( 'DB_USER', 'lawreviewDb' ); /** MySQL database password */ define( 'DB_PASSWORD', 'MainBuildingLawDb@Cloud25' ); /** MySQL hostname */ define( 'DB_HOST', '80.80.81.111' ); /** 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', 'd]<h-GYW4|Yz-+:`OCw46<%!k:h.ecij>@5i.S- Kf_+3q^_QV@!{#]ur4:6Pp;j' ); define( 'SECURE_AUTH_KEY', '.buMLfNf@-%z}Lz:lKD([Qh1yYMs7&[7m$1Wt%|Kp*m(HGWC7sH5azc8,=Tv-S{T' ); define( 'LOGGED_IN_KEY', '$<Y hlj?;,26O?d0F]o;%cjtXoa6&{0ftHv:w~thh&H5aT&$nC:{fV6O=7^Wl6e:' ); define( 'NONCE_KEY', 's7<TCl(J9Aq78(rp1}i]#@TBQUjuaB;f5JM: o,7`[q[r[|ku|TymhK35=qv|FK!' ); define( 'AUTH_SALT', '}Np57aa*5td r5RKb2e)tk4|*O/w0JI}jITP<-8#[pLzv^l+4JL0%!YD9RE]-6^u' ); define( 'SECURE_AUTH_SALT', 'M?>n7`jggW}AFuP/~|A4|&Fl7_$2OZL|r`EC[{1~E0:.qG:@a`U=P(Ihd!sf9?&V' ); define( 'LOGGED_IN_SALT', '6V8e#WdEt p6r)HbUqo1X5?!%{9PV_%Dj{ #dDBN72to?z>KE#GEYmw98Ng32?|h' ); define( 'NONCE_SALT', 'vsl_AOXUy`6KG4YJh5<J=S(&a$|F6^^_.Qz$[`n<yc%EF#8UJS~U{UYfo{V`z1gR' ); /**#@-*/ /** * 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 Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define( 'WP_DEBUG', false ); define('FS_METHOD', 'direct'); define('FS_CHMOD_DIR', 0755); define('FS_CHMOD_FILE', 0644); define('DISALLOW_FILE_EDIT', false); define('DISALLOW_FILE_MODS',false); /* That's all, stop editing! Happy publishing. */ /** 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' );