hamidy

php.ini

Jun 26th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. <?php
  2. /**
  3. * The base configuration for WordPress
  4. *
  5. * The wp-config.php creation script uses this file during the
  6. * installation. You don't have to use the web site, you can
  7. * copy this file to "wp-config.php" and fill in the values.
  8. *
  9. * This file contains the following configurations:
  10. *
  11. * * MySQL settings
  12. * * Secret keys
  13. * * Database table prefix
  14. * * ABSPATH
  15. *
  16. * @link https://codex.wordpress.org/Editing_wp-config.php
  17. *
  18. * @package WordPress
  19. */
  20.  
  21. // ** MySQL settings - You can get this info from your web host ** //
  22. /** The name of the database for WordPress */
  23. define('DB_NAME', 'diskomin_info');
  24.  
  25.  
  26. /** Database Charset to use in creating database tables. */
  27. define('DB_CHARSET', 'utf8mb4');
  28.  
  29. /** The Database Collate type. Don't change this if in doubt. */
  30. define('DB_COLLATE', '');
  31.  
  32. /**#@+
  33. * Authentication Unique Keys and Salts.
  34. *
  35. * Change these to different unique phrases!
  36. * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
  37. * 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.
  38. *
  39. * @since 2.6.0
  40. */
  41. define('AUTH_KEY', 'FCwJacr(Di$GJbl3;oAs!lNE=d*LlSj8H{c|fGUd-_Ew>V$[ZIgQa)Z}}Dh%]&Q~');
  42. define('SECURE_AUTH_KEY', '?4M$%2l|2#v$SN4G5%_cZ:/:^npJ2PJgcqP;X#fWvJtbV0{}4|?Em~;XIe[dw.~?');
  43. define('LOGGED_IN_KEY', 'Q2>JpZCZwq7hF9e3FO:+.m_b:mmm`p+eKvmo,TeQus@[w~8f]_G0#L]nS}KZJI7q');
  44. define('NONCE_KEY', 'o;F)5r4cN%hH7XI:.:7K#Ckq_L_GdNQ&]t4s.+qI4T2v=nqE3oKtO:$6J4=1Itqn');
  45. define('AUTH_SALT', '6A?<N>RhY#PPkQg:A.c[8hU^ZTz&|q.BsX2$xKm@9i>7K$Aa$kUK XXvzdyY})g[');
  46. define('SECURE_AUTH_SALT', 'IIJrX}gcwk/*GR/aaPOBS[Lvr&M|Ju/W`+]c b_[ZtBajJ,6t(;z(uOoLfpd:3Y~');
  47. define('LOGGED_IN_SALT', '-512fI)R6[wiVFR^0S[d%V&h;Glnj)-j)w{bKx@`ZUtceE/Z:<j69M1$AxZtr<OS');
  48. define('NONCE_SALT', ' Blx&^r=N`ppipbz[v1uM)8i4fI-_{>DuPEGGNy=hGs+.(PH.8chRTXJ#{X2p{Uf');
  49.  
  50. /**#@-*/
  51.  
  52. /**
  53. * WordPress Database Table prefix.
  54. *
  55. * You can have multiple installations in one database if you give each
  56. * a unique prefix. Only numbers, letters, and underscores please!
  57. */
  58. $table_prefix = 'wp_';
  59.  
  60. /**
  61. * For developers: WordPress debugging mode.
  62. *
  63. * Change this to true to enable the display of notices during development.
  64. * It is strongly recommended that plugin and theme developers use WP_DEBUG
  65. * in their development environments.
  66. *
  67. * For information on other constants that can be used for debugging,
  68. * visit the Codex.
  69. *
  70. * @link https://codex.wordpress.org/Debugging_in_WordPress
  71. */
  72. define('WP_DEBUG', false);
  73.  
  74. /* That's all, stop editing! Happy blogging. */
  75.  
  76. /** Absolute path to the WordPress directory. */
  77. if ( !defined('ABSPATH') )
  78. define('ABSPATH', dirname(__FILE__) . '/');
  79.  
  80. /** Sets up WordPress vars and included files. */
  81. require_once(ABSPATH . 'wp-settings.php');
Add Comment
Please, Sign In to add comment