HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/posscale/subdomains/ccm/includes/php/config.inc.php
<?php

	$skin = "dark";

	$base_url = "";

	# Database related constants

	define('_DB_HOST',  		"localhost");															// database host or 'localhost'

	define('_DB_NAME',			"posscale_ccm");														// actual database

	define('_DB_USER',  		"posscale_ccm");														// username for the database

	define('_DB_PASS',  		"ccm123har");																// password for the database

	

?>