X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=dav%2Fdav.php;h=f4d08f0282dc699597bba79a17883bf70a409e9d;hb=50b7d0484b89b23aea33ff2563c3cc783b50cb9c;hp=1f35b06ad5422c4f95211dfb364aa07acd27f590;hpb=eed686a09b791d7be7d4695c5c4c2e40f20dabb9;p=friendica-addons.git diff --git a/dav/dav.php b/dav/dav.php index 1f35b06a..f4d08f02 100644 --- a/dav/dav.php +++ b/dav/dav.php @@ -2,11 +2,11 @@ /** * 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.1.1 + * Version: 0.3.0 * Author: Tobias Hößl */ $_v = explode(".", phpversion()); if ($_v[0] > 5 || ($_v[0] == 5 && $_v[1] >= 3)) { - require(__DIR__ . "/main.php"); + require(__DIR__ . "/friendica/main.php"); } \ No newline at end of file