diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-18 14:26:47 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-18 14:26:47 -0400 |
commit | 1d867396fa2e4737066a05990b570ea5a2e56d1d (patch) | |
tree | 346bfc5da63eef04d8ea6b86e377e15c61d0db36 /lib/util.php | |
parent | 7ce5ed80811cd553940882b5ef5a1f7f235e71f2 (diff) |
add xrds for trust root URL
darcs-hash:20080618182647-84dde-e75e2c3441e8441ad6602f36fd9b7bf6ca39e70d.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 5091c4bad..9b4415c17 100644 --- a/lib/util.php +++ b/lib/util.php @@ -530,6 +530,8 @@ function common_fancy_url($action, $args=NULL) { } case 'publicrss': return common_path('rss'); + case 'publicxrds': + return common_path('xrds'); case 'doc': return common_path('doc/'.$args['title']); case 'login': |