mirror of https://github.com/itflow-org/itflow
Removed Addy and some other stuff from config
This commit is contained in:
parent
9eb777e6e6
commit
2bbec6378a
21
config.php
21
config.php
|
|
@ -10,13 +10,11 @@
|
||||||
$config_time_format = "h:ia";
|
$config_time_format = "h:ia";
|
||||||
$config_no_records = "There is nothing here!";
|
$config_no_records = "There is nothing here!";
|
||||||
|
|
||||||
$config_www_path = "/var/www/admin.cwstaffingllc.com";
|
|
||||||
|
|
||||||
$config_company_name = "PittPC";
|
$config_company_name = "PittPC";
|
||||||
$config_company_address = "830 Thorn Street Unit 8";
|
$config_company_address = "";
|
||||||
$config_company_city = "Sewickley";
|
$config_company_city = "";
|
||||||
$config_company_state = "PA";
|
$config_company_state = "";
|
||||||
$config_company_zip = "15143";
|
$config_company_zip = "";
|
||||||
|
|
||||||
$_SESSION['alert_message'] = '';
|
$_SESSION['alert_message'] = '';
|
||||||
$_SESSION['alert_type'] = "warning";
|
$_SESSION['alert_type'] = "warning";
|
||||||
|
|
@ -81,16 +79,5 @@
|
||||||
'US/Mountain',
|
'US/Mountain',
|
||||||
'US/Pacific'
|
'US/Pacific'
|
||||||
);
|
);
|
||||||
$job_types_array = array(
|
|
||||||
'Official or Manager',
|
|
||||||
'Professional',
|
|
||||||
'Sales Worker',
|
|
||||||
'Technician',
|
|
||||||
'Office (clerical)',
|
|
||||||
'Operatives',
|
|
||||||
'Craft Worker',
|
|
||||||
'Laborer',
|
|
||||||
'Service Worker'
|
|
||||||
);
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue