mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-29 03:14:38 +00:00
Remove reference to RSCDS.
This commit is contained in:
parent
870b8b56f4
commit
1688ea0df2
@ -45,7 +45,7 @@ class Tools {
|
||||
|
||||
function renderSyncLDAP(){
|
||||
$html = '<div id="entryform">';
|
||||
$html .= '<h1>'.translate('Sync LDAP with RSCDS') .'</h1>';
|
||||
$html .= '<h1>'.translate('Sync LDAP with DAViCal') .'</h1>';
|
||||
|
||||
$data = (object) array('directory_path' => '/path/to/your/ics/files','calendar_path' => 'home');
|
||||
$ef = new EntryForm( $_SERVER['REQUEST_URI'],$data , true,true );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user