📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 13:37:33
📂
/ (Root)
/
var
/
softaculous
/
arastta
📍 /var/softaculous/arastta
🔄 Refresh
✏️
Editing: config.php
Read Only
<?php /** * @package Arastta eCommerce * @copyright 2015-2017 Arastta Association. All rights reserved. * @copyright See CREDITS.txt for credits and other copyright notices. * @license GNU GPL version 3; see LICENSE.txt * @link https://arastta.org */ // DB define('DB_DRIVER', 'mysqli'); define('DB_HOSTNAME', '[[softdbhost]]'); define('DB_USERNAME', '[[softdbuser]]'); define('DB_PASSWORD', '[[softdbpass]]'); define('DB_DATABASE', '[[softdb]]'); define('DB_PREFIX', '[[dbprefix]]');
💾 Save Changes
❌ Cancel