📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 14:34:56
📂
/
/
var
/
softaculous
/
cpg
✏️
Editing: config.inc.php
<?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