3 * Name: Calendar with CalDAV Support
4 * Description: A web-based calendar system with CalDAV-support. Also brings your Friendica-Contacts to your CardDAV-capable mobile phone. Requires PHP >= 5.3.
6 * Author: Tobias Hößl <https://github.com/CatoTH/>
9 $_v = explode(".", phpversion());
10 if ($_v[0] > 5 || ($_v[0] == 5 && $_v[1] >= 3)) {
11 require(__DIR__ . "/friendica/main.php");