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