X-Git-Url: https://git.mxchange.org/?p=friendica-addons.git;a=blobdiff_plain;f=dav%2Fdav.php;fp=dav%2Fdav.php;h=f9125f9e49bb74bd89e45062d1ab8fc5e066583d;hp=f4d08f0282dc699597bba79a17883bf70a409e9d;hb=1b861c6660d5aaf91ea9b93efee67daa9019d3fb;hpb=1bd12bb775c4dc852e83b00f0d6e12f04ffdf319 diff --git a/dav/dav.php b/dav/dav.php index f4d08f02..f9125f9e 100644 --- a/dav/dav.php +++ b/dav/dav.php @@ -4,9 +4,10 @@ * Description: A web-based calendar system with CalDAV-support. Also brings your Friendica-Contacts to your CardDAV-capable mobile phone. Requires PHP >= 5.3. * Version: 0.3.0 * Author: Tobias Hößl + * Status: Unsupported */ $_v = explode(".", phpversion()); if ($_v[0] > 5 || ($_v[0] == 5 && $_v[1] >= 3)) { require(__DIR__ . "/friendica/main.php"); -} \ No newline at end of file +}