📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 18:08:02
📂
/ (Root)
/
var
/
softaculous
/
cpg
📍 /var/softaculous/cpg
🔄 Refresh
✏️
Editing: config.inc.php
Read Only
<?php // Coppermine configuration file // Database configuration $CONFIG['dbtype'] = 'mysqli'; // Your database type $CONFIG['dbserver'] = '[[softdbhost]]'; // Your database server $CONFIG['dbuser'] = '[[softdbuser]]'; // Your database username $CONFIG['dbpass'] = '[[softdbpass]]'; // Your database password $CONFIG['dbname'] = '[[softdb]]'; // Your database name // DATABASE TABLE NAMES PREFIX $CONFIG['TABLE_PREFIX'] = '[[dbprefix]]';
💾 Save Changes
❌ Cancel