| Current Path : /var/www/cesa.co.za/members/inc/ |
| Current File : /var/www/cesa.co.za/members/inc/confdec.inc |
<?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 include_once($_SERVER['DOCUMENT_ROOT'] . '/cfg/config.php'); // Database Login Details $host = EW_CONN_HOST; $user = EW_CONN_USER; $password = EW_CONN_PASS; $db = EW_CONN_DB; ?>