<?php
/**
- * @brief This class contain functions for probing URL
- *
- * To-Do:
- *
- * - OStatus links with index.php
- * - OStatus alias link
- * - Non absolute URL in feeds?
- * - Workaround for misconfigured Friendica servers?
+ * @file include/Probe.php
+ * @brief Functions for probing URL
*
*/
require_once('include/email.php');
require_once('include/network.php');
+/**
+ * @brief This class contain functions for probing URL
+ *
+ */
class Probe {
/**