;<?php 
;die(); // For further security 
;/* 
 
; Add database username, password and other details 
; Set permission chmod 644 for this config file 
; Avoid placing it under your document root 
 
 
[database_settings] 
; set database host 
; usually localhost or an IP address 
host = "localhost" 
 
; set databse username 
username = "" 
 
; set database password 
password = "" 
 
; set name of database 
db_name = "" 
 
;*/ 
 
;?> 
 
 
 
 |