D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
softaculous
/
zdoo
/
Filename :
my.php
back
Copy
<?php $config->installed = true; $config->debug = false; $config->requestType = 'GET'; $config->db->host = '[[softdbhost]]'; $config->db->port = '3306'; $config->db->name = '[[softdb]]'; $config->db->user = '[[softdbuser]]'; $config->db->password = '[[softdbpass]]'; $config->db->prefix = '[[dbprefix]]';