Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/members/inc/
Upload File :
Current File : /var/www/cesa.co.za/members/inc/conf.inc.bak

<?php 
// System wide configuration file for members.saace.co.za
// This file should contain all settings used for multiple functions
// DO NOT INCLUDE FUNCTIONS IN THIS PAGE

// Colors
$coldark = "#336699";
$colmedium = "#6699CC";
$collight = "#99CCFF";
$col2dark = "#336699";
$col2medium = "#6699CC";
$col2light = "#FFFFCC";
$graydark = "#ADADAD";
$graymedium = "#CECECE";
$graylight = "#DEDEDE";
$footerlight = "#eeeeee";

include_once($_SERVER['DOCUMENT_ROOT'] . '/cfg/config.php');

// Database Login Details
$server = EW_CONN_HOST;
$user = EW_CONN_USER;
$pass = EW_CONN_PASS;
$db = EW_CONN_DB;

// Declaration Settings

$DeclarationYear = date('Y');

?>