|
Server : Apache System : Linux vps.urbanovitalino.adv.br 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 User : urbanovitalinoad ( 1001) PHP Version : 7.3.33 Disable Function : exec,passthru,shell_exec,system Directory : /var/softaculous/xerte/ |
Upload File : |
<?php /** * * database page, has the settings for database connection * * @author Patrick Lockley * @version 1.0 * @package */ /* * Database type */ $xerte_toolkits_site->database_type = 'mysql'; /* * Host where database is */ $xerte_toolkits_site->database_host = '[[softdbhost]]'; /* * Username for database */ $xerte_toolkits_site->database_username = '[[softdbuser]]'; /* * Password for database */ $xerte_toolkits_site->database_password = '[[softdbpass]]'; /* * Database name */ $xerte_toolkits_site->database_name = '[[softdb]]'; /* * Database table prefix */ $xerte_toolkits_site->database_table_prefix = '[[dbprefix]]';