PHP Classes

File: settings.inc

Recommend this page to a friend!
  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: 21 years ago
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","");
?>