g?php //Begin Really Simple Security 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 Security cookie settings //Begin Really Simple Security key define('RSSSL_KEY', 'tnTThRzJiaCkl6r4LMKffDqLQC5jesVofN2GCRbhHjFoIanKuAIKDFDwCcfkTqvs'); //END Really Simple Security key /** * 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: * * * Database settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'zambalaeducation_zambalanewdb23' ); /** Database username */ define( 'DB_USER', 'zambalae_zambaladb23newuser' ); /** Database password */ define( 'DB_PASSWORD', 'v4yw7M_D@O@L' ); /** 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', 'Sl}>1t{;oIHJL f1(TnK$=MU' ); define( 'SECURE_AUTH_KEY', 'OYE9]YKSGY}CP9I_*5Ej%j!AuiQzbq)>CfJIB2~?|0 [:n,S5kEG1mb2Y$Gk?z<=' ); define( 'LOGGED_IN_KEY', '[R%+%qA`SV;,f(kOIR/>Im/;_i3`OPV~P3IGuRJ9?!)74d5J|!2ZO#[Twb{8>>vr' ); define( 'NONCE_KEY', 'J*(.vu~?fTmrDvsQ>d-_yO.TSD0 wH&b>;W7D[y=s5-*WrjRoijW[&nn;8&L>;~A' ); define( 'AUTH_SALT', '2VQf{kv|4?+S>a!Q[g[ZCg=M*x;(,+-H?2LeTtXeVy5X>Z+9_nmeO0Y_qkJcB4D^' ); define( 'SECURE_AUTH_SALT', 'O{c}+d`FpmaXDrAsl<>f)' ); define( 'LOGGED_IN_SALT', '(O Btr.#>`d^d]r/I[@KPeX&W;+Q)Swx!YkXsMk7f2[UU3yT%HwQP)a1ARyXQ><3' ); define( 'NONCE_SALT', '!0MBPns<]eoL&FBdM)BqD#7c)!p{a-zlHR}JX2{F7|9^F&8KE?sLr,mZ`Gh`FdGD' ); /**#@-*/ /** * 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 documentation. * * @link https://wordpress.org/support/article/debugging-in-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';