theflyingtigers.org.au/wp-admin * 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', 'bdxlavaixvbsg4h1pa6q7cvk5zmlebhj25hsg0p5d6q3fsztaruifo2lsjrgqhhq' ); define( 'SECURE_AUTH_KEY', 'tkhd76koj5t6xskj1cm2xfx2ojziduhpcv8utdb8pszsrnjgsqawiulfyjpg7lyk' ); define( 'LOGGED_IN_KEY', 'sso5uzkt6ljgqzbtpuokogfjvl5fby84oev4yrddmvbt1o2yso0wbnvtgtuxbzqp' ); define( 'NONCE_KEY', 'vvmwaspno0laeaxpxremutk22jkxwvo11swwprhsbtyblmtozyjo9u8x1y1uoxjq' ); define( 'AUTH_SALT', 'g8yj7csswigihstqinvooovnuo1pasqmtihacizipvlrtzmk4iposk8djktqmfay' ); define( 'SECURE_AUTH_SALT', 'hjbgibp1sx4yme3tpmc6xjwe8iylvk8e5nrx1rovjcqg9wsggqj4cqsbrphs0jvs' ); define( 'LOGGED_IN_SALT', 'f3xr8al2fhwjgsell6wn3uig6w4mib16tlfxfougydaysabofkdtbahyzdfbdnlr' ); define( 'NONCE_SALT', 'jvklfhat7f2kimacn4qypfxckg09l67wi9rfz1pet7rjzxwqy5y2dsptv3wcwyez' ); /**#@-*/ /** * 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 = 'wpgt_'; /** * 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 ); // Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define( 'SCRIPT_DEBUG', true ); /* 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';