HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/posscale/www/WP-POS/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 ** //

/** The name of the database for WordPress */

define( 'DB_NAME', 'posscale_wp' );


/** MySQL database username */

define( 'DB_USER', 'posscale_wp' );


/** MySQL database password */

define( 'DB_PASSWORD', 'wTLpPPp26n85' );


/** 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',         'oE4R94D{.AmC|%Kt1jP_P_jG`@iCU]x|W`1HPv|d_;5|L-/b9r*Ca}m`]ct8-PNb');

define('SECURE_AUTH_KEY',  'hf&=0Qt[s.#RM0!/&osgQSAF4v*0V1/Lo6rpY>?K^h_0[uPjj}0{+dWy%j+#I)`Y');

define('LOGGED_IN_KEY',    'AZIl`y-708V1muyH]2#&Q<t)9Q|@6~fM.&W#~jN6RTL>g6QPpL-2<,L9-a`^[.n+');

define('NONCE_KEY',        '&xdeekDm4n-gX|x:=r~=U- uc>:)Dro1{?Ph2A/r.|vR>!acy?5-R+Cu+] ?Z+)m');

define('AUTH_SALT',        'I0<M5T,!C#2(?I;H.X-6Kt61(tCQ|(b-kM,{ @V 49-[IF8aAl:Q|gpV.|gXv|6O');

define('SECURE_AUTH_SALT', 'KfI<(2irJl;g[f! Ci4irY^smun/XGj-<h=nrC>N`zM#vE6zWLruG&2#WOVdn31<');

define('LOGGED_IN_SALT',   '@yUBGS3y%n>#Ye?O/a8_>Uo%2ZR3OV!|J*[SnD;a*{=xpdH/3=C(40v-LxnHxAvg');

define('NONCE_SALT',       '+>aWQL-O0B;MO%k/IK jl4YY>+WyB.lH5/z@]Lqs^~j{c[ MgyLa|Cx%N)m uo#y');


/**

 * 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 = 'WPpos_';





define( 'DISALLOW_FILE_EDIT', true );
define( 'CONCATENATE_SCRIPTS', false );
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_DISPLAY', false );
/* 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';