| Server IP : 176.9.155.155 / Your IP : 216.73.217.24 Web Server : Apache/2.4.67 (Debian) mod_fcgid/2.3.9 OpenSSL/1.1.1w System : Linux stellar.mystableserver.com 6.1.0-0.deb11.51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1~deb11u1 (2026-07-22) x86_64 User : gttransport ( 1121) PHP Version : 8.1.34 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,exec,system,passthru,shell_exec,proc_open,popen MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/gttransport/web/detailinggtmp.com/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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'gttransport_detailinggtmp_com' );
/** Database username */
define( 'DB_USER', 'gttransport_detailinggtmp_com' );
/** Database password */
define( 'DB_PASSWORD', 'bU6P5tiV' );
/** Database 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', '{ormb{,k,~;vJHDLef/tn)H_hjz/`.VWzIo#<9#gQ:d[k)_5`MCYQpyZHr*0D(b;' );
define( 'SECURE_AUTH_KEY', 'L:0AQSqo !5?4f/e}P`{YjQWKC})4<wGfGV;H#YD(i`0Lzvu]6!;,#n<:[` &<)S' );
define( 'LOGGED_IN_KEY', '0/Ah>HO%0Bx[g(hU;l%o/ojV2&D_,=lyJQ)EW?m4UjPfm(?8J@RJD(M 4[=Bg1 N' );
define( 'NONCE_KEY', '[>6nySTs8n%pcrXv{{M/8~{#pLwFDgFCWX-2|x<0&QRAy?kv#w=?i]~59g1es=.*' );
define( 'AUTH_SALT', '&3i6n4LwH%K@LY:x-r0b2%v|%_fD|{mSN7d5gaSAN%z&FY|_G5irh 7F!y Eh`Le' );
define( 'SECURE_AUTH_SALT', 'lzAQCR#A BOpFwX6-r^infs,:{F_sF~I`VB1Yz&g[B,V%Wo;0QW98RDBTF!<>[ q' );
define( 'LOGGED_IN_SALT', 'QYcn<6>iSG9xR/IA|lja?KvZ&V+1i]+n}$A[Xzt@2i=sC?5b`re^`Nk&3Yl%d:BO' );
define( 'NONCE_SALT', 'SY~r/L48=IY2a3;&;6OVO?T[ kf$Iq:X}9}=FaG4bG9U=RedD!,XFxrxlZ(/M|4_' );
define( 'WP_CACHE_KEY_SALT', 'K5,uoTXW@y7Z1W4-+ame<WjyrbO!j@mHxjX$?xnsj=(uFD1I,rUDmX8QB7Fa$CLT' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';