File: config.php

package info (click to toggle)
textpattern 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,888 kB
  • ctags: 4,970
  • sloc: php: 27,609; sh: 175; makefile: 20
file content (12 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

include_once("/etc/textpattern/debian-db.php");

$txpcfg['db'] = $dbname;
$txpcfg['user'] = $dbuser;
$txpcfg['pass'] = $dbpass;
$txpcfg['host'] = $dbserver;
$txpcfg['table_prefix'] = '';
$txpcfg['txpath'] = '/var/lib/textpattern/textpattern';
$txpcfg['dbcharset'] = 'utf8';
?>