]> git.mxchange.org Git - friendica-addons.git/blobdiff - dav/dav.php
First part of Refactoring to stay compatible with v2.0 of the VObject library
[friendica-addons.git] / dav / dav.php
index 05916d01ff59dc6ccf1dc1e7728729910f107f85..40040dfe21521e2fee42b2c8e174a6592f984c11 100644 (file)
@@ -8,5 +8,5 @@
 
 $_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