Search found 1 match

by resellerhostings
Wed Feb 03, 2016 11:51 am
Forum: SmartCJ Support Forum
Topic: Setup Smartcj Correctly
Replies: 23
Views: 20729

Re: Setup Smartcj Correctly

is this the lines i change or is there more lines i need to change
// create config

$tr = array();
$tr['__DB_HOST__'] = $mysql_host;
$tr["__DB_USER__"] = $mysql_user;
$tr["__DB_PASSWORD__"] = $mysql_pass;
$tr["__DB_NAME__"] = $mysql_name;
$tr["__PHP_PATH__"] = $php_path;
$tr["__ADMIN_EMAIL ...