3b-.2@Xd1*C^->j8w@lS_4GE}p[+2D'); define('NONCE_KEY', '4$MZVpODPg=kO~|!~YLV|aj:i]gD_GhtT+Wx3SC)mf)hA[c!@V5LCB:ao>--%#|]'); define('AUTH_SALT', 'DwVbT6>*t8F?p3qN1jD.x?m. rEUtDTKQ+5xd[A$!=OUs*zm#70,A`z^PyCb#cM$'); define('SECURE_AUTH_SALT', '#&a$_b|l%X#dO[[cbuv(quRKp1Pj}[$^-~1f|O{D&|.u8cxq>F&(e/IOh-8a-'); define('LOGGED_IN_SALT', '!/9*IF1-V4S/6#DLu].a$GI|m/5+j3+er5:J3~S&k-=Yj+8wr&DEw2O:,rSr+]Su'); define('NONCE_SALT', 'k)AEEt-*@+kShBsj*D`)ms6QJrtLU:U4^R`A?:1o[qOCMhp;c1,W&$4>AFi6<+R('); /**#@-*/ /** * 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_'; /** * WordPress Localized Language, defaults to English. * * Change this to localize WordPress. A corresponding MO file for the chosen * language must be installed to wp-content/languages. For example, install * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German * language support. */ define('WPLANG', ''); /** * 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. */ define('WP_DEBUG', false); define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); $base = '/'; define('DOMAIN_CURRENT_SITE', 'www.rainfall.ro'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 2); define('BLOG_ID_CURRENT_SITE', 2); define('WP_MEMORY_LIMIT', '64M'); ini_set('post_max_size', '40M'); ini_set('upload_max_filesize', '40M'); /* That's all, stop editing! Happy blogging. */ /** 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');