Server IP : 172.24.0.40 / Your IP : 216.73.216.10 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/pjahs.dbweb26.0611250700/public_html/ |
Upload File : |
<?php //Begin Really Simple Security key define('RSSSL_KEY', '5t6BWSo0yDcxS8p0oBvduriVQLv15qEepK2g4OFmJlwK8yA2QH0g60QfejcE9ZyX'); //END Really Simple Security key //Begin Really Simple SSL session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple SSL /** * 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('FS_METHOD', 'direct'); define( 'DB_NAME', 'pjahs' ); /** MySQL database username */ define( 'DB_USER', 'pjahsDb' ); /** MySQL database password */ define( 'DB_PASSWORD', 'PjahsDb@2020' ); /** 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', 'lT@/|y) fE (#n<6+/C2[&W0J1 M&jc$$;+wtcVWU`e_Nr(Dl(;G cvP<V]xTret' ); define( 'SECURE_AUTH_KEY', '~f%ke;BS9l{xA:PW3EqxgN&qYK4LTuV8;[0R3QHzP%//]uA71YI6RP-N#mg(e@{!' ); define( 'LOGGED_IN_KEY', 'Z~2OQ6(B%W}$Mg<]3i_maJ9+N^&oBZ+ ogn<6Cfvz~J*ih;rzFj}[C>o7Rae0j)@' ); define( 'NONCE_KEY', '=P^@He/EF*4A+N#(Tz$$}pV!`s`Iq!)A/XaS++6Hr!ul6%W i<,&Wb),@n_ah1zL' ); define( 'AUTH_SALT', 'l*%9<lP!GBp $|s <-v3n K&z!HDY3?w>Oj;{r>XELQ$Y(|oX`zG00Yrs,OH6$:-' ); define( 'SECURE_AUTH_SALT', '(JlJd.n!U>%LwJ$y2Vw<%/8&NLJm>E=B!-(b#6l0hy={*7F9STo9<~-Z(6biu`u:' ); define( 'LOGGED_IN_SALT', 'Z%(aZB>?eKY+j,-:yer%uNLV}~J<[qFQD*y51Oq.c7r#$oY36M`AJj$2:xdkFVA[' ); define( 'NONCE_SALT', '/l]NVm9FIz{%7d 3g^ b8g6RO=l;P2~7j_4}/>sk$2 AvczQ(7p6B9f2GT]C:YB8' ); /**#@-*/ /** * 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('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' );