diff options
Diffstat (limited to 'actions/xrds.php')
-rw-r--r-- | actions/xrds.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/xrds.php b/actions/xrds.php index 7518a5f70..b3aa8df8e 100644 --- a/actions/xrds.php +++ b/actions/xrds.php @@ -1,7 +1,7 @@ <?php /** - * XRDS for OpenID + * XRDS for OpenMicroBlogging * * PHP version 5 * @@ -38,7 +38,7 @@ require_once INSTALLDIR.'/extlib/libomb/service_provider.php'; require_once INSTALLDIR.'/extlib/libomb/xrds_mapper.php'; /** - * XRDS for OpenID + * XRDS for OpenMicroBlogging * * @category Action * @package Laconica |