| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/tim/ |
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://wordpress.org/support/article/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', 'tim_db' );
/** MySQL database username */
define( 'DB_USER', 'timca' );
/** MySQL database password */
define( 'DB_PASSWORD', 'udruzeniinzenjeri' );
/** 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', 'IbCwweno23Ff.~_uiQUG+4fWS2Jm,t-^-[/W)Fq$Xo<>N3nK$qWf~D(-o+|;8J7g');
define('SECURE_AUTH_KEY', '(Ub^jEdEhQpa+S-z93>6[X@*W1DyB?UfB-]TS.HeVz`YH,gN&:f|jz`ML`amFKj>');
define('LOGGED_IN_KEY', 'jXNgDy `d4c<5^QSr-j_6:-m8-9CnMw|ZQ~tw0bNem&J=d-fRVVi+3j+9MMHQ:5o');
define('NONCE_KEY', 'l|[RZbiMOblP|KD|u;s3{wD8{:%;F}$Nh$B4jYi4o7k 9/9|v(7??^}d4E.?@o]7');
define('AUTH_SALT', '22[lH9Rdg)?fZp:qhSPH*CjMTnJGg!il.]v}]O@)>Qv&ELN?L-l%~;f--wT59;F#');
define('SECURE_AUTH_SALT', 'KG?:S7,?k+Y|})P[~|a 9hx =1=}U&u+|]x<0+q1zA:sRH$_rqqV|hHb`[`H>%3p');
define('LOGGED_IN_SALT', '-gk7#~yD=>NQsx]h:s#@^f2d+:SC4Yu/^kriL`a?mC]38E5rkA*,| k6AodDjhKy');
define('NONCE_SALT', 'r=B-%MDJlu7*yz:cb49ic&vB,EK|`[9Ec),7oz!->N95d)9vMLEs&$SIyv@;do$`');
/**#@-*/
/**
* 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 );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
define ('WP_SITEURL', 'http://'.$_SERVER['HTTP_HOST']);
define ('WP_HOME', 'http://'.$_SERVER['HTTP_HOST']);
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';