Login   Register  
PHP Classes
elePHPant
Icontem

File: settings.inc

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marcos Pont  >  SmartGallery  >  settings.inc  >  Download  
File: settings.inc
Role: Configuration script
Content type: text/plain
Description: Settings file
Class: SmartGallery
Simple template & mySQL based photo gallery
Author: By
Last change:
Date: 2003-02-24 04:36
Size: 185 bytes
 

Contents

Class file image Download
<?
// DATABASE SETTINGS
define ("DB_HOST","localhost");
define ("DB_USER","root");
define ("DB_PASS","");
// ---> PROVIDE HERE THE NAME OF YOUR DATABASE
define ("DB_BASE","");
?>