X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=dav%2Fdav.php;h=f9125f9e49bb74bd89e45062d1ab8fc5e066583d;hb=7ab24791667ab0ab1a04d01802e0a3ff47110c24;hp=40040dfe21521e2fee42b2c8e174a6592f984c11;hpb=a30ee1587f4662e8d21235d0e7f1ea2e2eea24cd;p=friendica-addons.git diff --git a/dav/dav.php b/dav/dav.php index 40040dfe..f9125f9e 100644 --- a/dav/dav.php +++ b/dav/dav.php @@ -2,11 +2,12 @@ /** * Name: Calendar with CalDAV Support * 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.2.0 + * 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 +}