wbcmc/config.ini.sqlite.php

15 lines
255 B
PHP

;<?php
;die();
;/*
; format:
; $dsn=$conffile["dialect"].':host='.$conffile["host"].';dbname='.$conffile["dbname"].';charset='.$conffile["charset"];
dsn="/home/haivets/public_html/webcomic/sqlite/db.sqlite"
dialect="sqlite"
user=""
password=""
;*/
;?>