davical/htdocs/help.php
Andrew McMillan 2800808b90 Allow RSCDS to operate from a subdirectory within another virtual host,
rather than requiring it's own virtual host.
2006-11-30 18:09:38 +13:00

19 lines
510 B
PHP

<?php
require_once("../inc/always.php");
require_once("RSCDSSession.php");
$session->LoginRequired();
require_once("interactive-page.php");
$c->title = "Really Simple CalDAV Store - Configuration Help";
include("page-header.php");
?>
<h1>Help</h1>
<p>For initial help you should visit the <a href="http://rscds.sourceforge.net/">RSCDS Home Page</a>. If you can't
find the answers there, then you should post your problem in the RSCDS forums on Sourceforge itself.</p>
<?php
include("page-footer.php");
?>