%PDF- %PDF-
Direktori : /var/www/html/shaban/laviva/ |
Current File : /var/www/html/shaban/laviva/wp-config.php |
<?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', 'laviva' ); /** MySQL database username */ define( 'DB_USER', 'laviva' ); /** MySQL database password */ define( 'DB_PASSWORD', '096qt9ngxzSbUqlY' ); /** 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', 'X1zg]F(/$q8cEVMMCrBmPpyoYm}4t*vaq>o9K@qez5U=E(UpMm<V(I#htXj-AA!p' ); define( 'SECURE_AUTH_KEY', 'w8~f11/w0(Jg8xh+/kR$BYqq%s4cE7i&2)s]!WbWr;U_G@I}Z|&M!Z(<3sR.{gHf' ); define( 'LOGGED_IN_KEY', '&Du//ke;[OofD%]MqtRSFEY2:FdGjy$-Up0Y kJF?gQeimj^OaY<h^I~CE>{uSv|' ); define( 'NONCE_KEY', 'vj[i!b.~dC9Edxx[~^a)4L5P5L.-.U8<Ez:1.[3%*&&7}&Ld_ g4i =vZ4W(KC_,' ); define( 'AUTH_SALT', 'y5wMxyd(H|b7rd@sxjaY+lOq6;~*2!iE=N9GLO,$H^zvA*:Q*FY^JR5+;C9$:vgB' ); define( 'SECURE_AUTH_SALT', 'jeb?Cn0|tzvNu:+/frKa7OiDrXpIyc*^hpA2izCG+a8LLna9WLjhEpN? Kn4mii5' ); define( 'LOGGED_IN_SALT', 'QmqD/-@F` /6ujciavR8hQyuWfw#H6G.!)WesT*L8O*6P{:WU< VjBMhn.fre},&' ); define( 'NONCE_SALT', 'q&KF&sZtT|C4@o<h7)1{8*{IqqIA4mkj=.7DvH.17PTBMOW_Sx!k=SEcmX}4<XRa' ); /**#@-*/ /** * 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('WP_MEMORY_LIMIT', '128M'); set_time_limit(120); @ini_set( 'max_input_vars' , 5000 ); /* 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' );