From 2bbec6378a10fb9e241dcad8d2a2b2aaf00520df Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Mar 2019 14:00:10 -0400 Subject: [PATCH] Removed Addy and some other stuff from config --- config.php | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/config.php b/config.php index f0d95fbe..c0822a67 100644 --- a/config.php +++ b/config.php @@ -10,13 +10,11 @@ $config_time_format = "h:ia"; $config_no_records = "There is nothing here!"; - $config_www_path = "/var/www/admin.cwstaffingllc.com"; - $config_company_name = "PittPC"; - $config_company_address = "830 Thorn Street Unit 8"; - $config_company_city = "Sewickley"; - $config_company_state = "PA"; - $config_company_zip = "15143"; + $config_company_address = ""; + $config_company_city = ""; + $config_company_state = ""; + $config_company_zip = ""; $_SESSION['alert_message'] = ''; $_SESSION['alert_type'] = "warning"; @@ -81,16 +79,5 @@ 'US/Mountain', 'US/Pacific' ); - $job_types_array = array( - 'Official or Manager', - 'Professional', - 'Sales Worker', - 'Technician', - 'Office (clerical)', - 'Operatives', - 'Craft Worker', - 'Laborer', - 'Service Worker' - ); ?>