Annotation of FreeBSD/tinderbox/webui/inc_ds.php.dist, revision 1.1

1.1     ! as          1: <?php
        !             2: 
        !             3: $DB_DRIVER = 'mysql';
        !             4: $DB_HOST = 'mysql.example.com';
        !             5: $DB_NAME = 'tinderbox';
        !             6: $DB_USER = 'tinder';
        !             7: $DB_PASS = '';
        !             8: 
        !             9: ?>