mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-28 15:40:14 +00:00
5 lines
331 B
PHP
5 lines
331 B
PHP
<?php
|
|
echo "<h1>Unimplemented</h1><p>Unfortunately this function is planned, but not yet implemented</p";
|
|
echo "<p>Well, actually, perhaps 'planned' is too strong a word. It <em>is</em> on the roadmap, and if you want to
|
|
contribute to the planning, please add your two cents to the Sourceforge forums or tracker items</p>";
|
|
?>
|