PHP Classes

File: vars.inc.php

Recommend this page to a friend!
  Classes of Marc Charbonneau   configfile   ???   Download  
File: ???
Role: Example script
Content type: text/plain
Description: Sample config file
Class: configfile
Config files editor
Author: By
Last change:
Date: 23 years ago
Size: 358 bytes
 

 

Contents

Class file image Download
<?
    $ADMIN_EMAIL
= "[email protected]"; //Email admin $ADMIN_NAME = "name"; //Login admin
   
$ADMIN_PASS = "pass"; //Password admin
   
$PAGE_BG_COLOR = "#FFFFFF"; //Background color
   
$DBHOST = "192.168.0.1"; //Database host
   
$DBNAME = "sample"; //Database name
   
$DBPASS = "PASSWORD"; //Database password
   
$DBUSER = "USER"; //Database user
?>