MOON
Server: Apache
System: Linux server30c.hostingraja.org 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64
User: jibhires (1887)
PHP: 8.1.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, escapeshellcmd, pcntl_exec
Upload Files
File: //var/softaculous/simplerisk/config.php
<?php
 /* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

// MySQL Database Host Name
define('DB_HOSTNAME', '[[softdbhost]]');

// MySQL Database Port Number
define('DB_PORT', '3306');

// MySQL Database User Name
define('DB_USERNAME', '[[softdbuser]]');

// MySQL Database Password
define('DB_PASSWORD', '[[softdbpass]]');

// MySQL Database Name
define('DB_DATABASE', '[[softdb]]');

// Use database for sessions
define('USE_DATABASE_FOR_SESSIONS', 'true');

// Path to the certificate to be used for SSL connections to the database
define('DB_SSL_CERTIFICATE_PATH', '');

?>