summaryrefslogtreecommitdiffstats
path: root/apps/user_webfinger/webfinger.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_webfinger/webfinger.php')
-rwxr-xr-xapps/user_webfinger/webfinger.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/user_webfinger/webfinger.php b/apps/user_webfinger/webfinger.php
index 307a1630019..4ea9b80c98c 100755
--- a/apps/user_webfinger/webfinger.php
+++ b/apps/user_webfinger/webfinger.php
@@ -25,8 +25,6 @@ $SUBURI=substr(realpath($_SERVER["SCRIPT_FILENAME"]),strlen($SERVERROOT));
$WEBROOT=substr($SUBURI,0,-34);
*/
-require_once('../../lib/base.php');
-
$userName = '';
$hostName = '';
$request = strip_tags(urldecode($_GET['q']));