$ENGINE_SETTINGS = array('framework_last_modified' => '1244543391'); $LOGICAL_HEADER = array(); /* ################################################################## ================================================================================================================ ===== NAME: General Settings ===== DESCRIPTION: ===== NOTES: ================================================================================================================ ################################################################## */ $ENGINE_SETTINGS['account_name'] = 'windowdo'; $ENGINE_SETTINGS['primary_domain_name'] = DOMAIN; $ENGINE_SETTINGS['root_address'] = array( 'live' => '/', 'dev' => '/WindowDoctor/website/' ); $ENGINE_SETTINGS['server_root'] = array( 'live' => '/home/windowdo/public_html/', 'dev' => 'H:\Development\WindowDoctor\website\\' //the double slash is needed to prevent it slashing out the ' ); /* ################################################################## ================================================================================================================ ===== NAME: Database Settings ===== DESCRIPTION: ===== NOTES: ================================================================================================================ ################################################################## */ $ENGINE_SETTINGS['database_name'] = array( 'live' => $ENGINE_SETTINGS['account_name'] . '_main', 'dev' => 'vc_window_doctor' ); $ENGINE_SETTINGS['database_server'] = array( 'live' => 'localhost', 'dev' => 'localhost' ); $ENGINE_SETTINGS['database_user'] = array( 'live' => $ENGINE_SETTINGS['account_name'] . '_main', 'dev' => 'root' );