Remove maintenance feature
This commit is contained in:
@@ -37,7 +37,7 @@ $conf['open_service_url'] = 'http://127.0.0.1:8765';
|
||||
// Base filesystem path for chronological photo integration.
|
||||
$conf['image_base_path'] = '';
|
||||
|
||||
// Calendar slot configuration (4 slots: general, maintenance, slot3, slot4)
|
||||
// Calendar slot configuration (4 slots: general, slot2, slot3, slot4)
|
||||
// Each slot has: file, caldav_url, username, password, color, display
|
||||
$conf['calendar_general_file'] = '';
|
||||
$conf['calendar_general_caldav_url'] = '';
|
||||
@@ -46,12 +46,12 @@ $conf['calendar_general_password'] = '';
|
||||
$conf['calendar_general_color'] = '#4a90d9';
|
||||
$conf['calendar_general_display'] = 'none';
|
||||
|
||||
$conf['calendar_maintenance_file'] = '';
|
||||
$conf['calendar_maintenance_caldav_url'] = '';
|
||||
$conf['calendar_maintenance_username'] = '';
|
||||
$conf['calendar_maintenance_password'] = '';
|
||||
$conf['calendar_maintenance_color'] = '#e67e22';
|
||||
$conf['calendar_maintenance_display'] = 'none';
|
||||
$conf['calendar_slot2_file'] = '';
|
||||
$conf['calendar_slot2_caldav_url'] = '';
|
||||
$conf['calendar_slot2_username'] = '';
|
||||
$conf['calendar_slot2_password'] = '';
|
||||
$conf['calendar_slot2_color'] = '#e67e22';
|
||||
$conf['calendar_slot2_display'] = 'none';
|
||||
|
||||
$conf['calendar_slot3_file'] = '';
|
||||
$conf['calendar_slot3_caldav_url'] = '';
|
||||
|
||||
Reference in New Issue
Block a user