File: config.inc.php.template

package info (click to toggle)
sitebar 3.3.8-7etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,168 kB
  • ctags: 3,234
  • sloc: php: 52,374; sql: 570; sh: 331; makefile: 35
file content (14 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

$SITEBAR = array
(
    'db' => array
    (
        'host'      =>  '{DB_HOST}',
        'username'  =>  '{DB_USER}',
        'password'  =>  '{DB_PASS}',
        'name'      =>  '{DB_NAME}',
    ),
);

?>