diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-18 12:55:07 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-18 12:55:07 +0000 |
commit | b4b686c1185c8b5c923f584b097371b21fa5198f (patch) | |
tree | 14d6412895bae07b53ad79e72f735d695c971bc6 | |
parent | 710ddd92a393cc1e5df21f9a43836795be6ed43a (diff) |
Fix file and class descriptors
-rw-r--r-- | actions/login.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/login.php b/actions/login.php index 9fcf740eb..2a94110b2 100644 --- a/actions/login.php +++ b/actions/login.php @@ -2,7 +2,7 @@ /** * Laconica, the distributed open-source microblogging tool * - * List of replies + * Login form * * PHP version 5 * @@ -32,7 +32,7 @@ if (!defined('LACONICA')) { } /** - * List of replies + * Login form * * @category Personal * @package Laconica |