📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 16:29:56
📂
/
/
var
/
softaculous
/
vxgb
✏️
Editing: config.php
<? /*************************************************************************** * copyright : (C) 2007 PHPVersion.com ***************************************************************************/ @error_reporting(E_PARSE); $MYSQL_HOST = "[[softdbhost]]"; // Usually localhost $MYSQL_DATABASE = "[[softdb]]"; $MYSQL_USER = "[[softdbuser]]"; $MYSQL_PASS = "[[softdbpass]]"; $TABLE_PREFIX = "[[dbprefix]]"; ?>
💾 Save Changes
❌ Cancel