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/sit/config.inc.php
<?php
# config.inc.php - SiT! Config file generated automatically by setup.php on [[date]]

# Web Path
# The path to SiT! from the browsers perspective with a trailing slash. e.g. /sit/
$CONFIG['application_webpath'] = '[[relativeurl]]/';

# MySQL Database Username
$CONFIG['db_username'] = '[[softdbuser]]';

# MySQL Database Password
$CONFIG['db_password'] = '[[softdbpass]]';

# MySQL Database Name
$CONFIG['db_database'] = '[[softdb]]';

# MySQL Database Table Prefix
# Optionally prefix database table names with the a string (e.g. 'sit_', use this if the database you are using is shared with other applications
$CONFIG['db_tableprefix'] = '[[dbprefix]]';

# Attachment Filesystem Path
# The full absolute file system path to a directory to store attachments in (with a trailing slash). This directory should be writable
$CONFIG['attachment_fspath'] = '[[softpath]]/[[attachments]]/';