]> git.mxchange.org Git - friendica-addons.git/blobdiff - dav/dav.php
v0.3 - Only refactoring, no new features; please note that this is still alpha-software
[friendica-addons.git] / dav / dav.php
index 8c29e385dd2e1c50f0f9018bd074a16f5436745e..f4d08f0282dc699597bba79a17883bf70a409e9d 100644 (file)
@@ -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
+ * Version: 0.3.0
  * Author: Tobias Hößl <https://github.com/CatoTH/>
  */
 
 $_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